]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi: Adjust grammar around use of "heuristics".
authorJim Meyering <meyering@lucent.com>
Sat, 17 Mar 2007 09:01:58 +0000 (09:01 +0000)
committerJim Meyering <meyering@lucent.com>
Sat, 17 Mar 2007 09:01:58 +0000 (09:01 +0000)
ChangeLog
doc/autoconf.texi

index 5469ccbbc3598bce032818aba2f41e70467ae913..0db98012b50b6e6eea8830c4cfe92ca71728c172 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-17  Jim Meyering  <jim@meyering.net>
+
+       * doc/autoconf.texi: Adjust grammar around use of "heuristics".
+
 2007-03-09  Stepan Kasal  <kasal@ucw.cz>
 
        * doc/autoconf.texi (Specifying Names): `--host' does not
index 53f92740387da60651d12c746237582705c6fe47..389220f5446442b5c174f4694ccef472c3ee2ab8 100644 (file)
@@ -6137,7 +6137,7 @@ AC_CHECK_TYPES([unsigned long long int, uintmax_t])
 
 Autoconf, up to 2.13, used to provide to another version of
 @code{AC_CHECK_TYPE}, broken by design.  In order to keep backward
-compatibility, a simple heuristics, quite safe but not totally, is
+compatibility, a simple heuristic, quite safe but not totally, is
 implemented.  In case of doubt, read the documentation of the former
 @code{AC_CHECK_TYPE}, see @ref{Obsolete Macros}.
 
@@ -16829,7 +16829,7 @@ AC_CHECK_TYPE([@var{type}], [],
 @end example
 
 In order to keep backward compatibility, the two versions of
-@code{AC_CHECK_TYPE} are implemented, selected by a simple heuristics:
+@code{AC_CHECK_TYPE} are implemented, selected using these heuristics:
 
 @enumerate
 @item