Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8f7277d

Browse files
committed
Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.
This could lead to problem when simplehash.h is used to define two different types of hashtable visible in the same translation unit. Reported-By: Josh Soref Discussion: https://postgr.es/m/CACZqfqCC7WdBAY=rQePb9-qW1rjdaTdHsV5KoVejHkDb6qrtOg@mail.gmail.com
1 parent 005638e commit 8f7277d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/lib/simplehash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ SH_STAT(SH_TYPE *tb)
885885
#undef SH_STATUS
886886
#undef SH_STATUS_EMPTY
887887
#undef SH_STATUS_IN_USE
888-
#undef SH_ITERTOR
888+
#undef SH_ITERATOR
889889

890890
/* external function names */
891891
#undef SH_CREATE

0 commit comments

Comments
 (0)