]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/hash-table.c
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / hash-table.c
index e3b5d3da09e1394a650d95590f31f2abd3975430..a1603ee017044e6696552152ed65bd64456a54e9 100644 (file)
@@ -1,5 +1,5 @@
 /* A type-safe hash table template.
-   Copyright (C) 2012-2019 Free Software Foundation, Inc.
+   Copyright (C) 2012-2021 Free Software Foundation, Inc.
    Contributed by Lawrence Crowl <crowl@google.com>
 
 This file is part of GCC.
@@ -78,7 +78,7 @@ struct prime_ent const prime_tab[] = {
 unsigned int hash_table_sanitize_eq_limit;
 
 /* The following function returns an index into the above table of the
-   nearest prime number which is greater than N, and near a power of two. */
+   nearest prime number which is at least N, and near a power of two. */
 
 unsigned int
 hash_table_higher_prime_index (unsigned long n)