lguest: fix typo
authorAlex Russell <giles.alex@hotmail.com>
Tue, 16 Oct 2012 13:26:13 +0000 (23:56 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 18 Dec 2012 04:49:06 +0000 (15:19 +1030)
Signed-off-by: Alex Russell <giles.alex@hotmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/core.c

index b5fdcb78a75b8620e61288c5717f450b2c588592..a5ebc0083d87ad02e03f23ed8be7e66267c5d97e 100644 (file)
@@ -225,7 +225,7 @@ int run_guest(struct lg_cpu *cpu, unsigned long __user *user)
                         * eventfd (ie. the appropriate virtqueue thread)?
                         */
                        if (!send_notify_to_eventfd(cpu)) {
-                               /* OK, we tell the main Laucher. */
+                               /* OK, we tell the main Launcher. */
                                if (put_user(cpu->pending_notify, user))
                                        return -EFAULT;
                                return sizeof(cpu->pending_notify);
This page took 0.026535 seconds and 5 git commands to generate.