From: Nick Andrew Date: Fri, 5 Dec 2008 03:08:02 +0000 (+1100) Subject: trivial: Fix incorrect use of "loose" in event.c X-Git-Tag: v2.6.29-rc1~197^2~17 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=3a4e367832da8a2614f7ff1321483e30404d6dfe;p=linux-2.6-omap-h63xx.git trivial: Fix incorrect use of "loose" in event.c Fix incorrect use of loose in event.c It should be 'lose', not 'loose'. Signed-off-by: Nick Andrew Signed-off-by: Jiri Kosina --- diff --git a/drivers/misc/ibmasm/event.c b/drivers/misc/ibmasm/event.c index fda6a4d3bf2..68a0a5b9479 100644 --- a/drivers/misc/ibmasm/event.c +++ b/drivers/misc/ibmasm/event.c @@ -50,7 +50,7 @@ static void wake_up_event_readers(struct service_processor *sp) * Store the event in the circular event buffer, wake up any sleeping * event readers. * There is no reader marker in the buffer, therefore readers are - * responsible for keeping up with the writer, or they will loose events. + * responsible for keeping up with the writer, or they will lose events. */ void ibmasm_receive_event(struct service_processor *sp, void *data, unsigned int data_size) {