]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in src/lisp.h
authorMichael Olson <mwolson@gnu.org>
Sun, 13 Jan 2008 22:10:51 +0000 (22:10 +0000)
committerMichael Olson <mwolson@gnu.org>
Sun, 13 Jan 2008 22:10:51 +0000 (22:10 +0000)
src/ChangeLog
src/lisp.h

index 206c9a4e218e4f8a3c718cc7dbcba6beae0e7eb1..24dcaf9d9b4ea4c0b9eef982e4c6a5572a81f816 100644 (file)
@@ -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:
index d7ab71b5de99cb0d1d014e48df0cb4e8ea969660..5788f15852b60f76033f55505995b517f2a72a74 100644 (file)
@@ -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'.  */