Fix wording in comment
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 17 Nov 2022 12:17:19 +0000 (13:17 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 17 Nov 2022 12:17:19 +0000 (13:17 +0100)
Author: vignesh C <vignesh21@gmail.com>
Discussion: https://postgr.es/m/CALDaNm0jKY__83tUsem79+YqfjTWTAkDfiPS0T_Z4y0AYGd_HQ@mail.gmail.com

src/include/lib/simplehash.h

index e8d5cc5c026ebe1c817c2fb299c5fec7774536e7..df432a87c5f5de0c184840020666284c281179f7 100644 (file)
@@ -810,7 +810,7 @@ SH_LOOKUP_HASH_INTERNAL(SH_TYPE * tb, SH_KEY_TYPE key, uint32 hash)
 }
 
 /*
- * Lookup up entry in hash table.  Returns NULL if key not present.
+ * Lookup entry in hash table.  Returns NULL if key not present.
  */
 SH_SCOPE   SH_ELEMENT_TYPE *
 SH_LOOKUP(SH_TYPE * tb, SH_KEY_TYPE key)
@@ -821,7 +821,7 @@ SH_LOOKUP(SH_TYPE * tb, SH_KEY_TYPE key)
 }
 
 /*
- * Lookup up entry in hash table using an already-calculated hash.
+ * Lookup entry in hash table using an already-calculated hash.
  *
  * Returns NULL if key not present.
  */