[svn:parrot] r48860 - trunk/src
chromatic at svn.parrot.org
chromatic at svn.parrot.org
Wed Sep 8 18:50:18 UTC 2010
Author: chromatic
Date: Wed Sep 8 18:50:18 2010
New Revision: 48860
URL: https://trac.parrot.org/parrot/changeset/48860
Log:
[src] Fixed typos and tidied documentation.
Modified:
trunk/src/parrot_debugger.c
Modified: trunk/src/parrot_debugger.c
==============================================================================
--- trunk/src/parrot_debugger.c Wed Sep 8 18:50:14 2010 (r48859)
+++ trunk/src/parrot_debugger.c Wed Sep 8 18:50:18 2010 (r48860)
@@ -113,7 +113,7 @@
=item C<gcdebug>
Toggle garbage collection debugging mode. In gcdebug mode a garbage collection
-cycle is run before each opcocde, which is the same as using the gcdebug core.
+cycle is run before each opcode, which is the same as using the gcdebug core.
=item C<quit> or C<q>
@@ -152,7 +152,7 @@
=item C<int main(int argc, const char *argv[])>
-Reads the PIR, PASM or PBC file from argv[1], loads it, and then calls
+Reads the PIR, PASM, or PBC file from argv[1], loads it, and then calls
Parrot_debug().
=cut
@@ -247,11 +247,12 @@
Parrot_exit(interp, 0);
}
+
/*
=item C<static void PDB_run_code(PARROT_INTERP, int argc, const char *argv[])>
-Run the code, catching exceptions if they are left unhandled.
+Runs the code, catching exceptions if they are left unhandled.
=cut
@@ -275,6 +276,7 @@
free_runloop_jump_point(interp);
}
+
/*
=item C<static void PDB_printwelcome(void)>
@@ -331,11 +333,7 @@
=item * Print the interpreter info.
-=item * Make the user interface better (add comands
-history/completion).
-
-=item * Some other things I don't remember now because it's late.
-
+=item * Make the user interface better (add command history/completion).
=back
More information about the parrot-commits
mailing list