From: Michael Olson Date: Sun, 13 Jan 2008 22:10:51 +0000 (+0000) Subject: Fix typo in src/lisp.h X-Git-Tag: emacs-pretest-23.0.90~8577 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=944df51178e5c6617e89d28a2e6797b02550fde0;p=emacs.git Fix typo in src/lisp.h --- diff --git a/src/ChangeLog b/src/ChangeLog index 206c9a4e218..24dcaf9d9b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-01-13 Tom Tromey + + * lisp.h: Fix typo. + 2008-01-13 Dan Nicolaescu * m/sequent-ptx.h: diff --git a/src/lisp.h b/src/lisp.h index d7ab71b5de9..5788f15852b 100644 --- a/src/lisp.h +++ b/src/lisp.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'. */