]> git.eshelyaron.com Git - emacs.git/commitdiff
src/lisp.h: Fix typos in a comment.
authorEli Zaretskii <eliz@gnu.org>
Mon, 19 May 2014 16:59:50 +0000 (19:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 19 May 2014 16:59:50 +0000 (19:59 +0300)
src/lisp.h

index edc442bb5ab12006736f20218b3a3ad26e62e984..c7fc59623493cfadf5bec9ed93ef8eddbb698ddd 100644 (file)
@@ -1712,8 +1712,8 @@ struct Lisp_Hash_Table
      ratio, a float.  */
   Lisp_Object rehash_threshold;
 
-  /* Vector of hash codes.. If hash[I] is nil, this means that that
-     entry I is unused.  */
+  /* Vector of hash codes.  If hash[I] is nil, this means that the
+     I-th entry is unused.  */
   Lisp_Object hash;
 
   /* Vector used to chain entries.  If entry I is free, next[I] is the