]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
trivial: Fix incorrect use of "loose" in event.c
authorNick Andrew <nick@nick-andrew.net>
Fri, 5 Dec 2008 03:08:02 +0000 (14:08 +1100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 6 Jan 2009 10:28:06 +0000 (11:28 +0100)
Fix incorrect use of loose in event.c It should be
'lose', not 'loose'.

Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/misc/ibmasm/event.c

index fda6a4d3bf23381be7dc24d77d7ca1c40ad60efc..68a0a5b9479519c140456cafcbca5471c106b5a1 100644 (file)
@@ -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)
 {