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

Commit 06b72d06 authored by Jesper Juhl's avatar Jesper Juhl Committed by Jiri Kosina
Browse files

uwb: Fix misspelling of neighbourhood in comment



In drivers/uwb/uwbd.c, the word 'neighbourhood' is misspelled as
'neighboorhood' in a comment. Fix that.

Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent f0da7ee4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ static void uwbd_event_handle(struct uwb_event *evt)
 * UWB Daemon
 *
 * Listens to all UWB notifications and takes care to track the state
 * of the UWB neighboorhood for the kernel. When we do a run, we
 * of the UWB neighbourhood for the kernel. When we do a run, we
 * spinlock, move the list to a private copy and release the
 * lock. Hold it as little as possible. Not a conflict: it is
 * guaranteed we own the events in the private list.