Changeset 12704


Ignore:
Timestamp:
05/18/10 21:48:42 (13 years ago)
Author:
ehuelsmann
Message:

Fix typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp

    r12703 r12704  
    31863186           (assert (not *file-compilation*))
    31873187           (emit-load-externalized-object
    3188             (local-function-environmont local-function)
     3188            (local-function-environment local-function)
    31893189            +lisp-environment-class+)
    31903190           (emit-load-externalized-object (local-function-name local-function))
Note: See TracChangeset for help on using the changeset viewer.