From: Alex Russell Date: Tue, 16 Oct 2012 13:26:13 +0000 (+1030) Subject: lguest: fix typo X-Git-Tag: firefly_0821_release~3680^2~1369^2~21 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=681f206611aaec4fc8be93d609148e02c704b91d;p=firefly-linux-kernel-4.4.55.git lguest: fix typo Signed-off-by: Alex Russell Signed-off-by: Rusty Russell --- diff --git a/drivers/lguest/core.c b/drivers/lguest/core.c index b5fdcb78a75b..a5ebc0083d87 100644 --- a/drivers/lguest/core.c +++ b/drivers/lguest/core.c @@ -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);