Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a4e3678 authored by Nick Andrew's avatar Nick Andrew Committed by Jiri Kosina
Browse files

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: default avatarNick Andrew <nick@nick-andrew.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent edb123e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{