summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Andrew <nick@nick-andrew.net>2008-12-05 14:08:02 +1100
committerJiri Kosina <jkosina@suse.cz>2008-12-08 12:47:35 +0100
commitcc689b174bcd15b5d68eed83089b3851d3e69dc6 (patch)
tree15541f38766b136c7859f248f1d5fd3b5199db58
parent5236a0e6fc0968f073ffe0ae74b8973531de2e4c (diff)
trivial: Fix incorrect use of "loose" in event.c
[ The following text is in the "utf-8" character set. ] [ Your display is set for the "ISO-8859-2" character set. ] [ Some characters may be displayed incorrectly. ] 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>
-rw-r--r--drivers/misc/ibmasm/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/ibmasm/event.c b/drivers/misc/ibmasm/event.c
index fda6a4d3bf23..68a0a5b94795 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)
{