Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / iucv / iucv.c
index 1ee5dab3cfaedf26fdab349aa19a3805318a08b2..8f156bd86be784584dbb03fcdfaa697d2bb569be 100644 (file)
@@ -735,7 +735,7 @@ static void iucv_cleanup_queue(void)
        struct iucv_irq_list *p, *n;
 
        /*
-        * When a path is severed, the pathid can be reused immediatly
+        * When a path is severed, the pathid can be reused immediately
         * on a iucv connect or a connection pending interrupt. Remove
         * all entries from the task queue that refer to a stale pathid
         * (iucv_path_table[ix] == NULL). Only then do the iucv connect
@@ -807,7 +807,7 @@ void iucv_unregister(struct iucv_handler *handler, int smp)
        spin_lock_bh(&iucv_table_lock);
        /* Remove handler from the iucv_handler_list. */
        list_del_init(&handler->list);
-       /* Sever all pathids still refering to the handler. */
+       /* Sever all pathids still referring to the handler. */
        list_for_each_entry_safe(p, n, &handler->paths, list) {
                iucv_sever_pathid(p->pathid, NULL);
                iucv_path_table[p->pathid] = NULL;