[armedbear-cvs] r12134 - trunk/abcl/src/org/armedbear/lisp
Erik Huelsmann
ehuelsmann at common-lisp.net
Sun Sep 6 13:57:40 UTC 2009
Author: ehuelsmann
Date: Sun Sep 6 09:57:37 2009
New Revision: 12134
Log:
Fix typo (double 'with').
Modified:
trunk/abcl/src/org/armedbear/lisp/jvm.lisp
Modified: trunk/abcl/src/org/armedbear/lisp/jvm.lisp
==============================================================================
--- trunk/abcl/src/org/armedbear/lisp/jvm.lisp (original)
+++ trunk/abcl/src/org/armedbear/lisp/jvm.lisp Sun Sep 6 09:57:37 2009
@@ -161,7 +161,7 @@
p1-result ; the parse tree as created in pass 1
parent ; the parent for compilands which defined within another
(children 0 ; Number of local functions
- :type fixnum) ; defined with with FLET, LABELS or LAMBDA
+ :type fixnum) ; defined with FLET, LABELS or LAMBDA
blocks ; TAGBODY, PROGV, BLOCK, etc. blocks
argument-register
closure-register
More information about the armedbear-cvs
mailing list