[SCM] GNU Autoconf source repository branch, master, updated. v2.68-40-g5280404
"Eric Blake" <[email protected]> Wed, 16 Feb 2011 16:03:38 +0000
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".
http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=528040485276f1e83b0c53ae759cab4ab9246d04
The branch, master has been updated
via 528040485276f1e83b0c53ae759cab4ab9246d04 (commit)
from 721899937032c51f86c68c5147cc3998eec60a67 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 528040485276f1e83b0c53ae759cab4ab9246d04
Author: Patrick Welche <[email protected]>
Date: Wed Feb 16 15:51:22 2011 +0000
docs: fix a typo
* doc/autoconf.texi (Generic Structures): Fix typo.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
doc/autoconf.texi | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d883c62..bbf29cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-16 Patrick Welche <[email protected]> (tiny change)
+
+ docs: fix a typo
+ * doc/autoconf.texi (Generic Structures): Fix typo.
+
2011-02-16 Matt Kraai <[email protected]> (tiny change)
docs: fix some typos
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 20d23f1..d62ec9b 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
hooks/post-receive
--
GNU Autoconf source repository