# New Ticket Created by  Brad Bowman 
# Please include the string:  [perl #60412]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60412 >



Misspelt "is" and "changed" in src/debug.c comments.

Corrected case of C<parrot/compilers/imcc> in pirgrammar.pod

 languages/PIR/docs/pirgrammar.pod |    2 +-
 src/debug.c                       |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/MANIFEST b/MANIFEST
diff --git a/languages/PIR/docs/pirgrammar.pod b/languages/PIR/docs/pirgrammar.pod
index 47806af..8c74a45 100644
--- a/languages/PIR/docs/pirgrammar.pod
+++ b/languages/PIR/docs/pirgrammar.pod
@@ -18,7 +18,7 @@ but are not implemented.
 
 Please note that languages/PIR is B<not> the official definition of the
 PIR language. The reference implementation of PIR is IMCC, located
-in C<parrot/compilers/IMCC>. However, languages/PIR tries to be as close
+in C<parrot/compilers/imcc>. However, languages/PIR tries to be as close
 to IMCC as possible. IMCC's grammar could use some cleaning up;
 languages/PIR might be a basis to start with a clean reimplementation of
 PIR in C (using Lex/Yacc).
diff --git a/src/debug.c b/src/debug.c
index 34616e6..b85d106 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -806,7 +806,7 @@ parse_command(ARGIN(const char *command), ARGOUT(unsigned long *cmdP))
 Debugger command line.
 
 Gets and executes commands, looping until the debugger state
-is chnaged, either to exit or to start executing code.
+is changed, either to exit or to start executing code.
 
 =cut
 
@@ -3387,7 +3387,7 @@ static PDB_breakpoint_t *gdb_bps;
  * RT #46143 We can't remove the breakpoint yet, executing the next ins
  * most likely fails, as the length of the debug-brk stmt doesn't
  * match the old opcode
- * Setting a breakpoint will also fail, if the bytecode os r/o
+ * Setting a breakpoint will also fail, if the bytecode is r/o
  *
  */
 /*

Reply via email to