]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix typo
authorMichael Meissner <meissner@gcc.gnu.org>
Thu, 15 Mar 2001 21:41:13 +0000 (21:41 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 15 Mar 2001 21:41:13 +0000 (21:41 +0000)
From-SVN: r40517

libiberty/hashtab.c

index b27c94275c6ab3ac5acbb316489ba1338a9c9631..274ad9ec2076d8d63fb845f1b0511310f2bcb941 100644 (file)
@@ -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];