qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4852] Fix typo in comment.
@ 2008-07-05 21:54 Thiemo Seufer
  0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-07-05 21:54 UTC (permalink / raw)
  To: qemu-devel

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))
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-05 21:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-05 21:54 [Qemu-devel] [4852] Fix typo in comment Thiemo Seufer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).