Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
Joe Perches 2008-02-03 17:48:04 +02:00 коммит произвёл Adrian Bunk
Родитель 1e4478c325
Коммит 0b0a3e7b18
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;