From fe8f096b16bf2328ec615d4314f06cd5545f32e5 Mon Sep 17 00:00:00 2001 From: ths Date: Thu, 12 Jul 2007 10:59:21 +0000 Subject: Spelling fix, by Stuart Brady. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3076 c046a42c-6fe2-441c-8c8c-71466251a162 --- linux-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-user/syscall.c') diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 52806bb..d61838e 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -184,7 +184,7 @@ extern int getresgid(gid_t *, gid_t *, gid_t *); extern int setgroups(int, gid_t *); /* - * This list is the union of errno values overidden in asm-/errno.h + * This list is the union of errno values overridden in asm-/errno.h * minus the errnos that are not actually generic to all archs. */ static uint16_t host_to_target_errno_table[1200] = { -- cgit v1.1