Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / lguest / lguest_user.c
index 3c781cdddda97f52f10b7daa72d5bd41e1436fc4..948c547b8e9e0d721bb440a5a3e4cc3bf3521067 100644 (file)
@@ -130,7 +130,7 @@ static int add_eventfd(struct lguest *lg, unsigned long addr, int fd)
        rcu_assign_pointer(lg->eventfds, new);
 
        /*
-        * We're not in a big hurry.  Wait until noone's looking at old
+        * We're not in a big hurry.  Wait until no one's looking at old
         * version, then free it.
         */
        synchronize_rcu();