diff options
| author | Stefan Weil | 2011-05-07 22:20:03 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2011-05-08 11:59:15 +0200 |
| commit | 5ba185473b20902e862e90d89cabfa7f42f13a40 (patch) | |
| tree | b0e3d2a6262a447e3c21c66df5a0ad315b0bd83f /linux-user | |
| parent | ac97: Remove unused local variables (diff) | |
| download | qemu-5ba185473b20902e862e90d89cabfa7f42f13a40.tar.gz qemu-5ba185473b20902e862e90d89cabfa7f42f13a40.tar.xz qemu-5ba185473b20902e862e90d89cabfa7f42f13a40.zip | |
Fix spelling in comments (intruction -> instruction)
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'linux-user')
| -rw-r--r-- | linux-user/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/main.c b/linux-user/main.c index a1e37e4948..a4996e7e3a 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -323,7 +323,7 @@ void cpu_loop(CPUX86State *env) break; #ifndef TARGET_ABI32 case EXCP_SYSCALL: - /* linux syscall from syscall intruction */ + /* linux syscall from syscall instruction */ env->regs[R_EAX] = do_syscall(env, env->regs[R_EAX], env->regs[R_EDI], |
