mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
kernel/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
parent
1e4478c325
commit
0b0a3e7b18
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ sys_timer_create(const clockid_t which_clock,
|
|||
goto retry;
|
||||
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)
|
||||
*/
|
||||
error = -EAGAIN;
|
||||
|
|
Loading…
Reference in a new issue