diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lisp.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 206c9a4e218..24dcaf9d9b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-13 Tom Tromey <tromey@redhat.com> | ||
| 2 | |||
| 3 | * lisp.h: Fix typo. | ||
| 4 | |||
| 1 | 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * m/sequent-ptx.h: | 7 | * 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; | |||
| 1425 | All callers should assure that at least this size of memory is | 1425 | All callers should assure that at least this size of memory is |
| 1426 | allocated at the place pointed by the second argument. | 1426 | allocated at the place pointed by the second argument. |
| 1427 | 1427 | ||
| 1428 | Thers are 6 modifiers, each consumes 2 chars. | 1428 | There are 6 modifiers, each consumes 2 chars. |
| 1429 | The octal form of a character code consumes | 1429 | The octal form of a character code consumes |
| 1430 | (1 + CHARACTERBITS / 3 + 1) chars (including backslash at the head). | 1430 | (1 + CHARACTERBITS / 3 + 1) chars (including backslash at the head). |
| 1431 | We need one more byte for string terminator `\0'. */ | 1431 | We need one more byte for string terminator `\0'. */ |