aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-02-03 10:48:04 -0500
committerAdrian Bunk <bunk@kernel.org>2008-02-03 10:48:04 -0500
commit0b0a3e7b18b8d9894f3621672ac7bdc5320459c4 (patch)
tree5ee9be87df96c0352d0638306639965fb247c6b0 /kernel
parent1e4478c325caadb135572f9a907761505dcbce39 (diff)
kernel/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/posix-timers.c2
1 files changed, 1 insertions, 1 deletions
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,
493 goto retry; 493 goto retry;
494 else if (error) { 494 else if (error) {
495 /* 495 /*
496 * Wierd looking, but we return EAGAIN if the IDR is 496 * Weird looking, but we return EAGAIN if the IDR is
497 * full (proper POSIX return value for this) 497 * full (proper POSIX return value for this)
498 */ 498 */
499 error = -EAGAIN; 499 error = -EAGAIN;