Fix typo in src/lisp.h
This commit is contained in:
parent
052e457f1c
commit
944df51178
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-01-13 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* lisp.h: Fix typo.
|
||||
|
||||
2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* m/sequent-ptx.h:
|
||||
|
|
|
@ -1425,7 +1425,7 @@ typedef unsigned char UCHAR;
|
|||
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'. */
|
||||
|
|
Loading…
Add table
Reference in a new issue