projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f62d0f2
)
src/lisp.h: Fix typos in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 19 May 2014 16:59:50 +0000
(19:59 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 19 May 2014 16:59:50 +0000
(19:59 +0300)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index edc442bb5ab12006736f20218b3a3ad26e62e984..c7fc59623493cfadf5bec9ed93ef8eddbb698ddd 100644
(file)
--- 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