Skip to content

Commit

Permalink
trivial: Fix incorrect use of "loose" in event.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nick Andrew authored and Jiri Kosina committed Jan 6, 2009
1 parent edb123e commit 3a4e367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/ibmasm/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 3a4e367

Please sign in to comment.