diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-07-17 15:15:54 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-07-21 08:03:41 -0400 |
commit | 06b72d06d6b182bdaaaec686dbd8b602949521ee (patch) | |
tree | 0005bf608439bb4974603c2ffbf0b07e10182a3c /drivers/uwb | |
parent | f0da7ee410e63a1521af734c3970acc1470e8c50 (diff) |
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: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/uwb')
-rw-r--r-- | drivers/uwb/uwbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uwb/uwbd.c b/drivers/uwb/uwbd.c index 001c8b4020a8..bdcb13cc1d54 100644 --- a/drivers/uwb/uwbd.c +++ b/drivers/uwb/uwbd.c | |||
@@ -256,7 +256,7 @@ static void uwbd_event_handle(struct uwb_event *evt) | |||
256 | * UWB Daemon | 256 | * UWB Daemon |
257 | * | 257 | * |
258 | * Listens to all UWB notifications and takes care to track the state | 258 | * Listens to all UWB notifications and takes care to track the state |
259 | * of the UWB neighboorhood for the kernel. When we do a run, we | 259 | * of the UWB neighbourhood for the kernel. When we do a run, we |
260 | * spinlock, move the list to a private copy and release the | 260 | * spinlock, move the list to a private copy and release the |
261 | * lock. Hold it as little as possible. Not a conflict: it is | 261 | * lock. Hold it as little as possible. Not a conflict: it is |
262 | * guaranteed we own the events in the private list. | 262 | * guaranteed we own the events in the private list. |