aboutsummaryrefslogtreecommitdiff
path: root/drivers/lguest
diff options
context:
space:
mode:
authorAlex Russell <giles.alex@hotmail.com>2012-10-16 23:56:13 +1030
committerRusty Russell <rusty@rustcorp.com.au>2012-12-18 15:19:06 +1030
commit681f206611aaec4fc8be93d609148e02c704b91d (patch)
treebc5b061b396c48874f890bda6fe32e8532891af0 /drivers/lguest
parentc0316a945ae3df1a9c9d1fb44ac3eb47f16d9cd9 (diff)
lguest: fix typo
Signed-off-by: Alex Russell <giles.alex@hotmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/lguest')
-rw-r--r--drivers/lguest/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/lguest/core.c b/drivers/lguest/core.c
index b5fdcb78a75..a5ebc0083d8 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);