提交 681f2066 编写于 作者: A Alex Russell 提交者: Rusty Russell

lguest: fix typo

Signed-off-by: NAlex Russell <giles.alex@hotmail.com>
Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
上级 c0316a94
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册