From: Alex Russell Date: Tue, 16 Oct 2012 13:26:13 +0000 (+1030) Subject: lguest: fix typo X-Git-Tag: next-20121023~51^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=68dfea4acbe9249e845f76066326368885440614;p=karo-tx-linux.git lguest: fix typo Signed-off-by: Alex 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);