diff options
| author | Eli Zaretskii | 2014-05-19 19:59:50 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-05-19 19:59:50 +0300 |
| commit | 5833dd932d5169e0228e8f72939b1e85d2b35e26 (patch) | |
| tree | 1ec190863907edc8bb88e96d921f4c9299bff91f /src | |
| parent | f62d0f2a08427494fc0660bc0b3128c8ac1b8526 (diff) | |
| download | emacs-5833dd932d5169e0228e8f72939b1e85d2b35e26.tar.gz emacs-5833dd932d5169e0228e8f72939b1e85d2b35e26.zip | |
src/lisp.h: Fix typos in a comment.
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 |