]> git.proxmox.com Git - qemu.git/commitdiff
Fix typo in comment.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 5 Jul 2008 21:54:32 +0000 (21:54 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 5 Jul 2008 21:54:32 +0000 (21:54 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4852 c046a42c-6fe2-441c-8c8c-71466251a162

target-mips/translate.c

index 803a48f32531a4b691208ba14a26e817c79c3641..f9232633984f7bcd4fe9ad7a1c092ae0d91cef63 100644 (file)
@@ -8021,7 +8021,7 @@ void dump_fpu (CPUState *env)
 
 #if defined(TARGET_MIPS64) && defined(MIPS_DEBUG_SIGN_EXTENSIONS)
 /* Debug help: The architecture requires 32bit code to maintain proper
-   sign-extened values on 64bit machines.  */
+   sign-extended values on 64bit machines.  */
 
 #define SIGN_EXT_P(val) ((((val) & ~0x7fffffff) == 0) || (((val) & ~0x7fffffff) == ~0x7fffffff))