summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
diff options
context:
space:
mode:
authorths2007-07-12 12:59:21 +0200
committerths2007-07-12 12:59:21 +0200
commitfe8f096b16bf2328ec615d4314f06cd5545f32e5 (patch)
tree95689d472dfd63336af30ba6197a5714b3fc791e /linux-user/syscall.c
parentImprove handling of gdb's single-step / continue arguments. (diff)
downloadqemu-fe8f096b16bf2328ec615d4314f06cd5545f32e5.tar.gz
qemu-fe8f096b16bf2328ec615d4314f06cd5545f32e5.tar.xz
qemu-fe8f096b16bf2328ec615d4314f06cd5545f32e5.zip
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/syscall.c')
-rw-r--r--linux-user/syscall.c2
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] = {