From: Joe Perches Date: Sun, 3 Feb 2008 15:48:04 +0000 (+0200) Subject: kernel/: Spelling fixes X-Git-Tag: upstream/snapshot3+hdmi~28240^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b0a3e7b18b8d9894f3621672ac7bdc5320459c4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 35b4bbf..36d563f 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;