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