Commit 0b0a3e7b authored by Joe Perches's avatar Joe Perches Committed by Adrian Bunk

kernel/: Spelling fixes

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 1e4478c3
...@@ -493,7 +493,7 @@ sys_timer_create(const clockid_t which_clock, ...@@ -493,7 +493,7 @@ sys_timer_create(const clockid_t which_clock,
goto retry; goto retry;
else if (error) { else if (error) {
/* /*
* Wierd looking, but we return EAGAIN if the IDR is * Weird looking, but we return EAGAIN if the IDR is
* full (proper POSIX return value for this) * full (proper POSIX return value for this)
*/ */
error = -EAGAIN; error = -EAGAIN;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment