]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
docs: fix a typo
authorPatrick Welche <prlw1@cam.ac.uk>
Wed, 16 Feb 2011 15:51:22 +0000 (15:51 +0000)
committerEric Blake <eblake@redhat.com>
Wed, 16 Feb 2011 16:02:38 +0000 (09:02 -0700)
* doc/autoconf.texi (Generic Structures): Fix typo.

ChangeLog
doc/autoconf.texi

index d883c62f0329c835492ed31b1340d5a0e2f87022..bbf29cf07bdde607ea50f9d8398beaea259a85e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-16  Patrick Welche  <prlw1@cam.ac.uk>  (tiny change)
+
+       docs: fix a typo
+       * doc/autoconf.texi (Generic Structures): Fix typo.
+
 2011-02-16  Matt Kraai  <kraai@ftbfs.org>  (tiny change)
 
        docs: fix some typos
index 20d23f170a1707e2938c1f221127f539698413bc..d62ec9b6f888cd5b8c5ff6a1cebb8d3db56ce510 100644 (file)
@@ -6572,7 +6572,7 @@ AC_CHECK_MEMBER(struct top.middle.bot)
 @end example
 
 This macro caches its result in the
-@code{av_cv_member_@var{aggregate}_@var{member}} variable, with
+@code{ac_cv_member_@var{aggregate}_@var{member}} variable, with
 characters not suitable for a variable name mapped to underscores.
 @end defmac