aboutsummaryrefslogtreecommitdiff
path: root/gdb/stubs/sh-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/stubs/sh-stub.c')
-rw-r--r--gdb/stubs/sh-stub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/stubs/sh-stub.c b/gdb/stubs/sh-stub.c
index 76c98a5..c0d14f1 100644
--- a/gdb/stubs/sh-stub.c
+++ b/gdb/stubs/sh-stub.c
@@ -111,7 +111,7 @@
r... = register contents
or... WAA The process exited, and AA is
the exit status. This is only
- applicable for certains sorts of
+ applicable for certain sorts of
targets.
kill request k
@@ -137,7 +137,7 @@
Responses can be run-length encoded to save space. A '*' means that
the next character is an ASCII encoding giving a repeat count which
- stands for that many repititions of the character preceding the '*'.
+ stands for that many repetitions of the character preceding the '*'.
The encoding is n+29, yielding a printable character where n >=3
(which is where rle starts to win). Don't use an n > 126.