From: Eli Zaretskii Date: Mon, 19 May 2014 16:59:50 +0000 (+0300) Subject: src/lisp.h: Fix typos in a comment. X-Git-Tag: emacs-24.3.92~190 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5833dd932d5169e0228e8f72939b1e85d2b35e26;p=emacs.git src/lisp.h: Fix typos in a comment. --- 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