projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aae28bd
)
typo
author
David Vázquez
<davazp@gmail.com>
Sun, 26 May 2013 10:47:38 +0000
(11:47 +0100)
committer
David Vázquez
<davazp@gmail.com>
Sun, 26 May 2013 10:47:38 +0000
(11:47 +0100)
experimental/compiler.lisp
patch
|
blob
|
history
diff --git
a/experimental/compiler.lisp
b/experimental/compiler.lisp
index
8ff1bcf
..
7b757f7
100644
(file)
--- 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.