X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=drivers%2Flguest%2Fcore.c;h=60156dfdc608cf5e8d45e40ec34a51d09a084664;hb=f6411fe7e09b67470a2569231d6fa566c7c29b8b;hp=90663e01a56e0d4544b944da2fd81e5052a05a2f;hpb=d9c566198bfdf72a041322a093fdc1a2dc231170;p=linux-2.6-omap-h63xx.git diff --git a/drivers/lguest/core.c b/drivers/lguest/core.c index 90663e01a56..60156dfdc60 100644 --- a/drivers/lguest/core.c +++ b/drivers/lguest/core.c @@ -224,7 +224,7 @@ int run_guest(struct lg_cpu *cpu, unsigned long __user *user) break; /* If the Guest asked to be stopped, we sleep. The Guest's - * clock timer or LHCALL_BREAK from the Waker will wake us. */ + * clock timer or LHREQ_BREAK from the Waker will wake us. */ if (cpu->halted) { set_current_state(TASK_INTERRUPTIBLE); schedule();