commit | 0b0a3e7b18b8d9894f3621672ac7bdc5320459c4 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Feb 03 17:48:04 2008 +0200 |
committer | Adrian Bunk <bunk@kernel.org> | Sun Feb 03 17:48:04 2008 +0200 |
tree | 5ee9be87df96c0352d0638306639965fb247c6b0 | |
parent | 1e4478c325caadb135572f9a907761505dcbce39 [diff] [blame] |
kernel/: Spelling fixes Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
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 @@ 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;