From 5833dd932d5169e0228e8f72939b1e85d2b35e26 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 19 May 2014 19:59:50 +0300 Subject: [PATCH] src/lisp.h: Fix typos in a comment. --- src/lisp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lisp.h b/src/lisp.h index edc442bb5a..c7fc596234 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 -- 2.20.1