Skip to content

Commit

Permalink
kernel/: Spelling fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Joe Perches authored and Adrian Bunk committed Feb 3, 2008
1 parent 1e4478c commit 0b0a3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/posix-timers.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0b0a3e7

Please sign in to comment.