[gdb] Fix more typos in comments (2)
[deliverable/binutils-gdb.git] / gdb / stubs / sh-stub.c
index 76c98a5e8ad94129f3500681d63d476e8f4f3952..c0d14f187921a4e1955a67dedd6aed2484b5f04e 100644 (file)
                                        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
 
 
        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. 
 
This page took 0.028381 seconds and 4 git commands to generate.