mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
st.c: Fix a typo in a comment
This commit is contained in:
parent
ff3d7b720e
commit
1cb6790533
1 changed files with 1 additions and 1 deletions
2
st.c
2
st.c
|
@ -177,7 +177,7 @@ static const struct st_hash_type type_strcasehash = {
|
|||
#define PTR_EQUAL(tab, ptr, hash_val, key_) \
|
||||
((ptr)->hash == (hash_val) && EQUAL((tab), (key_), (ptr)->key))
|
||||
|
||||
/* As PRT_EQUAL only its result is returned in RES. REBUILT_P is set
|
||||
/* As PTR_EQUAL only its result is returned in RES. REBUILT_P is set
|
||||
up to TRUE if the table is rebuilt during the comparison. */
|
||||
#define DO_PTR_EQUAL_CHECK(tab, ptr, hash_val, key, res, rebuilt_p) \
|
||||
do { \
|
||||
|
|
Loading…
Reference in a new issue