From 1270b7eda3fd65b45ac19a287562d620ff8a2582 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20V=C3=A1zquez?= Date: Sun, 26 May 2013 11:47:38 +0100 Subject: [PATCH] typo --- experimental/compiler.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4