common-lisp.net
/
projects/qitab/cl-protobufs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2ebb1e3
)
fix a typo
author
Alejandro R Sedeño
<asedeno@google.com>
Thu, 20 Sep 2012 16:00:37 +0000 (12:00 -0400)
committer
Alejandro R Sedeño
<asedeno@google.com>
Wed, 7 Nov 2012 23:46:11 +0000 (18:46 -0500)
wire-format.lisp
patch
|
blob
|
blame
|
history
diff --git
a/wire-format.lisp
b/wire-format.lisp
index
fc45140
..
8ce1b90
100644
(file)
--- a/
wire-format.lisp
+++ b/
wire-format.lisp
@@
-77,7
+77,7
@@
(t form)))
(defun fold-symbol (x)
- "Given an expression 'x', constant-fold it until it can be foleded no more."
+ "Given an expression 'x', constant-fold it until it can be folded no more."
(let ((last '#:last))
(loop
(cond ((eq x last) (return x))