Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b0a3e7b authored by Joe Perches's avatar Joe Perches Committed by Adrian Bunk
Browse files

kernel/: Spelling fixes



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 1e4478c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;