Author: bernhard Date: Sat Nov 8 05:30:34 2008 New Revision: 32449 Modified: trunk/languages/PIR/docs/pirgrammar.pod trunk/src/debug.c
Log: RT#60412: [PATCH] comment typos, C<parrot/compilers/imcc> case Courtesy of Brad Bowman Modified: trunk/languages/PIR/docs/pirgrammar.pod ============================================================================== --- trunk/languages/PIR/docs/pirgrammar.pod (original) +++ trunk/languages/PIR/docs/pirgrammar.pod Sat Nov 8 05:30:34 2008 @@ -18,7 +18,7 @@ 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). Modified: trunk/src/debug.c ============================================================================== --- trunk/src/debug.c (original) +++ trunk/src/debug.c Sat Nov 8 05:30:34 2008 @@ -806,7 +806,7 @@ 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 @@ * 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 * */ /*
