summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-05-26 14:59:34 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-05-26 14:59:34 +1000
commit8743a645203b83f0cf9023f4e07ed7898da5631b (patch)
tree70e2080b5588ccd87d1a79c590f20f99982c900c /drivers/misc
parent5390bbed8a4f040c35e248a036a7436e72fd4620 (diff)
parent0bb08241ce68aaa70b7b804b4d6319d8bad3ae24 (diff)
Merge commit 'trivial/next'
Diffstat (limited to 'drivers/misc')
-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)
{