Browse Source

kernel/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Joe Perches 17 năm trước cách đây
mục cha
commit
0b0a3e7b18
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      kernel/posix-timers.c

+ 1 - 1
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;