src/lisp.h: Fix typos in a comment.

This commit is contained in:
Eli Zaretskii 2014-05-19 19:59:50 +03:00
parent f62d0f2a08
commit 5833dd932d

View 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