X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/5e26d9849a79bf78fda821979fc937f7e5e6df52..015936fba1bcaa51b7886a73144d4c088200c0aa:/src/lisp.h diff --git a/src/lisp.h b/src/lisp.h index 40dd03c4fc..2fd2835986 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1718,8 +1718,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