diff src/lread.c @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents 859a2309aef8
children 56c54cf7c5b6
line wrap: on
line diff
--- a/src/lread.c	Mon Aug 13 08:52:30 2007 +0200
+++ b/src/lread.c	Mon Aug 13 08:52:56 2007 +0200
@@ -1645,7 +1645,7 @@
       /* If a token had any backslashes in it, it is disqualified from
 	 being an integer or a float.  This means that 123\456 is a
 	 symbol, as is \123 (which is the way (intern "123") prints).
-	 Also, if token was preceeded by #:, it's always a symbol.
+	 Also, if token was preceded by #:, it's always a symbol.
        */
       char *p = read_ptr + len;
       char *p1 = read_ptr;