[openfirmware] [commit] r3503 - forth/lib

repository service svn at openfirmware.info
Mon Dec 31 07:36:37 CET 2012


Author: quozl
Date: Mon Dec 31 07:36:36 2012
New Revision: 3503
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3503

Log:
.caller - minor stack comment fix, no execution effect

Modified:
   forth/lib/caller.fth

Modified: forth/lib/caller.fth
==============================================================================
--- forth/lib/caller.fth	Fri Dec 28 09:14:36 2012	(r3502)
+++ forth/lib/caller.fth	Mon Dec 31 07:36:36 2012	(r3503)
@@ -5,7 +5,7 @@
 \				.current-word displays the name of that
 \				definition.
 
-\ .caller  ( -- )		Displays the colon definition name as in
+\ .caller  ( ip -- )		Displays the colon definition name as in
 \				.current-word, and also the address "ip"
 
 decimal



More information about the openfirmware mailing list