diff options
author | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-10-27 15:02:42 +0000 |
commit | 7e73cedf75b6388ab7786d5c8bd06368f94ee69b (patch) | |
tree | 01cebc5754b17f6cc947f84b6d31dd0775da13ac /gdb/mips-tdep.c | |
parent | bf1b588105487405c16b3688c687373490638ee0 (diff) | |
download | gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.zip gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.gz gdb-7e73cedf75b6388ab7786d5c8bd06368f94ee69b.tar.bz2 |
Corrected spelling errors in comments.
gdbarch.{c,sh} removed a word from a comment.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 0ca1eaf..dc6ecf8 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -1132,8 +1132,8 @@ mips16_next_pc (CORE_ADDR pc) return pc; } /* mips16_next_pc */ -/* The mips_next_pc function supports single_tep when the remote target monitor or - stub is not developed enough to so a single_step. +/* 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. The MIPS32 and MIPS16 variants are quite different |