kernel/: Spelling fixes
authorJoe Perches <joe@perches.com>
Sun, 3 Feb 2008 15:48:04 +0000 (17:48 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sun, 3 Feb 2008 15:48:04 +0000 (17:48 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
kernel/posix-timers.c

index 35b4bbf..36d563f 100644 (file)
@@ -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;