qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4852] Fix typo in comment.


From: Thiemo Seufer
Subject: [Qemu-devel] [4852] Fix typo in comment.
Date: Sat, 05 Jul 2008 21:54:32 +0000

Revision: 4852
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4852
Author:   ths
Date:     2008-07-05 21:54:32 +0000 (Sat, 05 Jul 2008)

Log Message:
-----------
Fix typo in comment.

Modified Paths:
--------------
    trunk/target-mips/translate.c

Modified: trunk/target-mips/translate.c
===================================================================
--- trunk/target-mips/translate.c       2008-07-05 21:51:47 UTC (rev 4851)
+++ trunk/target-mips/translate.c       2008-07-05 21:54:32 UTC (rev 4852)
@@ -8021,7 +8021,7 @@
 
 #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))
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]