diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index edc442bb5ab..c7fc5962349 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1712,8 +1712,8 @@ struct Lisp_Hash_Table | |||
| 1712 | ratio, a float. */ | 1712 | ratio, a float. */ |
| 1713 | Lisp_Object rehash_threshold; | 1713 | Lisp_Object rehash_threshold; |
| 1714 | 1714 | ||
| 1715 | /* Vector of hash codes.. If hash[I] is nil, this means that that | 1715 | /* Vector of hash codes. If hash[I] is nil, this means that the |
| 1716 | entry I is unused. */ | 1716 | I-th entry is unused. */ |
| 1717 | Lisp_Object hash; | 1717 | Lisp_Object hash; |
| 1718 | 1718 | ||
| 1719 | /* Vector used to chain entries. If entry I is free, next[I] is the | 1719 | /* Vector used to chain entries. If entry I is free, next[I] is the |