From: Michael Meissner Date: Thu, 15 Mar 2001 21:41:13 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e8afa9980c0a03d40067e2ce5969ee9d96e1ee0;p=gcc.git fix typo From-SVN: r40517 --- diff --git a/libiberty/hashtab.c b/libiberty/hashtab.c index b27c94275c6..274ad9ec207 100644 --- a/libiberty/hashtab.c +++ b/libiberty/hashtab.c @@ -112,7 +112,7 @@ higher_prime_number (n) (unsigned long) 1073741789, (unsigned long) 2147483647, /* 4294967291L */ - ((unsigned long) 2147483647) + ((unsigned long) 2147483642), + ((unsigned long) 2147483647) + ((unsigned long) 2147483644), }; unsigned long* low = &primes[0];