From: Patrick Welche Date: Wed, 16 Feb 2011 15:51:22 +0000 (+0000) Subject: docs: fix a typo X-Git-Tag: v2.68b~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=528040485276f1e83b0c53ae759cab4ab9246d04;p=thirdparty%2Fautoconf.git docs: fix a typo * doc/autoconf.texi (Generic Structures): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index d883c62f..bbf29cf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-02-16 Patrick Welche (tiny change) + + docs: fix a typo + * doc/autoconf.texi (Generic Structures): Fix typo. + 2011-02-16 Matt Kraai (tiny change) docs: fix some typos diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 20d23f17..d62ec9b6 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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