diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-12 10:59:21 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-12 10:59:21 +0000 |
commit | fe8f096b16bf2328ec615d4314f06cd5545f32e5 (patch) | |
tree | 95689d472dfd63336af30ba6197a5714b3fc791e /linux-user | |
parent | 8fac5803a968b77fd59a2857f99e0894cc0a5b76 (diff) |
Spelling fix, by Stuart Brady.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3076 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/syscall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 52806bb20e..d61838eda7 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-<arch>/errno.h + * This list is the union of errno values overridden in asm-<arch>/errno.h * minus the errnos that are not actually generic to all archs. */ static uint16_t host_to_target_errno_table[1200] = { |