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

Commit 3d0c95b

Browse files
Fix wording in comment
Author: vignesh C <vignesh21@gmail.com> Discussion: https://postgr.es/m/CALDaNm0jKY__83tUsem79+YqfjTWTAkDfiPS0T_Z4y0AYGd_HQ@mail.gmail.com
1 parent 0175549 commit 3d0c95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/lib/simplehash.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ SH_LOOKUP_HASH_INTERNAL(SH_TYPE * tb, SH_KEY_TYPE key, uint32 hash)
810810
}
811811

812812
/*
813-
* Lookup up entry in hash table. Returns NULL if key not present.
813+
* Lookup entry in hash table. Returns NULL if key not present.
814814
*/
815815
SH_SCOPE SH_ELEMENT_TYPE *
816816
SH_LOOKUP(SH_TYPE * tb, SH_KEY_TYPE key)
@@ -821,7 +821,7 @@ SH_LOOKUP(SH_TYPE * tb, SH_KEY_TYPE key)
821821
}
822822

823823
/*
824-
* Lookup up entry in hash table using an already-calculated hash.
824+
* Lookup entry in hash table using an already-calculated hash.
825825
*
826826
* Returns NULL if key not present.
827827
*/

0 commit comments

Comments
 (0)