From 944df51178e5c6617e89d28a2e6797b02550fde0 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 13 Jan 2008 22:10:51 +0000 Subject: [PATCH] Fix typo in src/lisp.h --- src/ChangeLog | 4 ++++ src/lisp.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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'. */ -- 2.39.2