# HG changeset patch # User Michael Olson # Date 1200262086 0 # Node ID 36b8a740ef66974640baa6900ed297f393e73af3 # Parent 5bd86dfd3e39e53689025d7fad2cd4bad567d283 Fix typo in src/lisp.h diff -r 5bd86dfd3e39 -r 36b8a740ef66 src/lisp.h --- a/src/lisp.h Sun Jan 13 21:49:20 2008 +0000 +++ b/src/lisp.h Sun Jan 13 22:08:06 2008 +0000 @@ -1425,7 +1425,7 @@ All callers should assure that at least this size of memory is allocated at the place pointed by the second argument. - Thers are 6 modifiers, each consumes 2 chars. + There are 6 modifiers, each consumes 2 chars. The octal form of a character code consumes (1 + CHARACTERBITS / 3 + 1) chars (including backslash at the head). We need one more byte for string terminator `\0'. */