aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-12-07 15:07:12 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2007-12-07 15:07:12 +0000
commitc68cf8ad105b1605718ea48e5f0f118b35be5654 (patch)
tree0f5c9d6ee3ade2c88c9e6848c06e787369660e19
parent49d03eab05e8f80cffaf764d4d26932bf00519d6 (diff)
downloadgdb-c68cf8ad105b1605718ea48e5f0f118b35be5654.zip
gdb-c68cf8ad105b1605718ea48e5f0f118b35be5654.tar.gz
gdb-c68cf8ad105b1605718ea48e5f0f118b35be5654.tar.bz2
* mips-tdep.c (extended_offset): Fix a comment.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/mips-tdep.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3fa5d5b..a9470ca 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index d1f360d..193a21b 100644
--- a/gdb/mips-tdep.c
+++ b/gdb/mips-tdep.c
@@ -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)