From: Joe Perches Date: Sun, 3 Feb 2008 15:48:04 +0000 (+0200) Subject: kernel/: Spelling fixes X-Git-Tag: v2.6.25-rc1~1059^2~9 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=0b0a3e7b18b8d9894f3621672ac7bdc5320459c4;p=linux.git kernel/: Spelling fixes Signed-off-by: Joe Perches Signed-off-by: Adrian Bunk --- diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c index 35b4bbfc78ff..36d563fd9e3b 100644 --- a/kernel/posix-timers.c +++ b/kernel/posix-timers.c @@ -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;