Skip to content

Commit

Permalink
Fixed comment typo on gkhash.c
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed May 21, 2024
1 parent f81bf90 commit aede5d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gkhash.c
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ get_iglp (khash_t (iglp) *hash, uint64_t key) {
* and set the maximum and minimum values found on an integer key and
* integer value.
*
* Note: This are expensive calls since it has to iterate over all
* Note: These are expensive calls since it has to iterate over all
* key-value pairs
*
* If the hash structure is empty, no values are set.
Expand Down Expand Up @@ -1401,7 +1401,7 @@ get_ii32_min_max (khash_t (ii32) *hash, uint32_t *min, uint32_t *max) {
* and set the maximum and minimum values found on an integer key and
* a uint64_t value.
*
* Note: This are expensive calls since it has to iterate over all
* Note: These are expensive calls since it has to iterate over all
* key-value pairs
*
* If the hash structure is empty, no values are set.
Expand Down

0 comments on commit aede5d1

Please sign in to comment.