Skip to content

Commit 1cb6790

Browse files
committed
st.c: Fix a typo in a comment
1 parent ff3d7b7 commit 1cb6790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

st.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ static const struct st_hash_type type_strcasehash = {
177177
#define PTR_EQUAL(tab, ptr, hash_val, key_) \
178178
((ptr)->hash == (hash_val) && EQUAL((tab), (key_), (ptr)->key))
179179

180-
/* As PRT_EQUAL only its result is returned in RES. REBUILT_P is set
180+
/* As PTR_EQUAL only its result is returned in RES. REBUILT_P is set
181181
up to TRUE if the table is rebuilt during the comparison. */
182182
#define DO_PTR_EQUAL_CHECK(tab, ptr, hash_val, key, res, rebuilt_p) \
183183
do { \

0 commit comments

Comments
 (0)