src/lisp.h: Fix typos in a comment.
This commit is contained in:
parent
f62d0f2a08
commit
5833dd932d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue