From: David Vázquez Date: Sun, 26 May 2013 10:47:38 +0000 (+0100) Subject: typo X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=1270b7eda3fd65b45ac19a287562d620ff8a2582;p=jscl.git typo --- diff --git a/experimental/compiler.lisp b/experimental/compiler.lisp index 8ff1bcf..7b757f7 100644 --- a/experimental/compiler.lisp +++ b/experimental/compiler.lisp @@ -80,7 +80,7 @@ value) ;;; A lambda expression. Why do we name it `functional'? Well, -;;; function is reserved by the ANSI, isn't it? +;;; function is reserved by ANSI, isn't it? (defstruct (functional (:include leaf) (:print-object generic-printer)) ;; The symbol which names this function in the source code or null ;; if we do not know or it is an anonymous function.