]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commitdiff
fix a typo
authorAlejandro R Sedeño <asedeno@google.com>
Thu, 20 Sep 2012 16:00:37 +0000 (12:00 -0400)
committerAlejandro R Sedeño <asedeno@google.com>
Wed, 7 Nov 2012 23:46:11 +0000 (18:46 -0500)
wire-format.lisp

index fc45140f73b805e2c84f2f3a0b2630dcc0525f42..8ce1b90414abca6c361c3fd99ce99f4ffdf80e68 100644 (file)
@@ -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))