aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ibmasm
diff options
context:
space:
mode:
authorNick Andrew <nick@nick-andrew.net>2008-12-05 14:08:02 +1100
committerJiri Kosina <jkosina@suse.cz>2009-01-06 11:28:06 +0100
commit3a4e367832da8a2614f7ff1321483e30404d6dfe (patch)
tree408a051c335a6b5740e8aa9f4d4f71d8df3a5af9 /drivers/misc/ibmasm
parenttrivial: printk: fix indentation of new_text_line declaration (diff)
downloadlinux-dev-3a4e367832da8a2614f7ff1321483e30404d6dfe.tar.xz
linux-dev-3a4e367832da8a2614f7ff1321483e30404d6dfe.zip
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 <nick@nick-andrew.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/misc/ibmasm')
-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)
{