aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2013-06-26 15:10:33 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2013-06-26 15:10:33 +0000
commit1aee363c16e15b48e09ddb17f7aa4d007f80fbe7 (patch)
treee886567576db091ed1026d30e909d4e2178b4b60
parent3356937a9dff7ec3d78f0f7ca49525d5b86f8ffe (diff)
downloadgdb-1aee363c16e15b48e09ddb17f7aa4d007f80fbe7.zip
gdb-1aee363c16e15b48e09ddb17f7aa4d007f80fbe7.tar.gz
gdb-1aee363c16e15b48e09ddb17f7aa4d007f80fbe7.tar.bz2
* mips-tdep.c (mips_next_pc): Fix a typo.
-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 fd7a3f2..e2ffd23 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
+ * mips-tdep.c (mips_next_pc): Fix a typo.
+
+2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
+
* mips-tdep.c (micromips_scan_prologue): Fix a typo.
2013-06-26 Pedro Alves <pedro@codesourcery.com>
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index 66fd562..74f27bc 100644
--- a/gdb/mips-tdep.c
+++ b/gdb/mips-tdep.c
@@ -2242,7 +2242,7 @@ mips16_next_pc (struct frame_info *frame, CORE_ADDR pc)
/* The mips_next_pc function supports single_step when the remote
target monitor or stub is not developed enough to do a single_step.
It works by decoding the current instruction and predicting where a
- branch will go. This isnt hard because all the data is available.
+ branch will go. This isn't hard because all the data is available.
The MIPS32, MIPS16 and microMIPS variants are quite different. */
static CORE_ADDR
mips_next_pc (struct frame_info *frame, CORE_ADDR pc)