OSDN Git Service

* mips-tdep.c (extended_offset): Fix a comment.
authormacro <macro>
Fri, 7 Dec 2007 15:07:12 +0000 (15:07 +0000)
committermacro <macro>
Fri, 7 Dec 2007 15:07:12 +0000 (15:07 +0000)
gdb/ChangeLog
gdb/mips-tdep.c

index 3fa5d5b..a9470ca 100644 (file)
@@ -1,5 +1,9 @@
 2007-12-07  Maciej W. Rozycki  <macro@mips.com>
 
+       * mips-tdep.c (extended_offset): Fix a comment.
+
+2007-12-07  Maciej W. Rozycki  <macro@mips.com>
+
        * target.c (update_current_target): Inherit to_log_command.
        * target.h (struct target_ops). Add to_log_command.
        (target_log_command): New macro.
index d1f360d..193a21b 100644 (file)
@@ -1151,7 +1151,7 @@ struct upk_mips16
 
 
 /* The EXT-I, EXT-ri nad EXT-I8 instructions all have the same format
-   for the bits which make up the immediatate extension.  */
+   for the bits which make up the immediate extension.  */
 
 static CORE_ADDR
 extended_offset (unsigned int extension)