]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix comment typo in the manual.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 10 Jul 2010 16:38:09 +0000 (18:38 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 10 Jul 2010 16:41:21 +0000 (18:41 +0200)
* doc/autoconf.texi (Generic Compiler Characteristics): Refer
to the right test in the example marker comment.
Spotted by Eric Blake.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/autoconf.texi

index 11df19433dbb6ec18b6296d7a6d6e2cd4f0291cb..f5c9b923ea19ace231f93869675d8bd79c78addb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Fix comment typo in the manual.
+       * doc/autoconf.texi (Generic Compiler Characteristics): Refer
+       to the right test in the example marker comment.
+       Spotted by Eric Blake.
+
 2010-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        New Fortran macro AC_FC_LINE_LENGTH.
index 526a530871e17a016a673da682bff15ed0ec06a9..bd08174a11ffe43cb31deeccd5745e61734c93da 100644 (file)
@@ -6957,7 +6957,7 @@ argument was used when cross-compiling.
 For example, the call
 
 @example
-@c If you change this example, adjust tests/semantics.at:AC_F77_DUMMY_MAIN usage.
+@c If you change this example, adjust tests/semantics.at:AC_CHECK_SIZEOF struct.
 AC_CHECK_SIZEOF([int *])
 @end example