]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual/argp.texi (Specifying Argp Parsers): Fix typo.
authorNamhyung Kim <namhyung@gmail.com>
Wed, 14 Oct 2015 15:49:58 +0000 (11:49 -0400)
committerCarlos O'Donell <carlos@systemhalted.org>
Wed, 14 Oct 2015 15:49:58 +0000 (11:49 -0400)
ChangeLog
manual/argp.texi

index ce8260069e51086e4f4c6f6f4ebfe256e03fd511..5b825cd3f4fb4f1bcc017e8fe335b5a6b39810ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-14  Namhyung Kim  <namhyung@gmail.com>
+
+       * manaual/argp.texi (Specifying Argp Parsers): Fix typo.
+
 2015-10-14  Carlos O'Donell  <carlos@redhat.com>
 
        * include/stap-probe.h: Fix macro definition formatting.
index be1d158f2269f97b686dc76f6d06ffd435b3b160..dae68099d55ce6a3b21a58f22f93ac66ee112b88 100644 (file)
@@ -202,7 +202,7 @@ explaining what the program does.  Documentation printed after the
 options describe behavior in more detail.
 
 @item const struct argp_child *children
-A pointer to a vector of @code{argp_children} structures.  This pointer
+A pointer to a vector of @code{argp_child} structures.  This pointer
 specifies which additional argp parsers should be combined with this
 one.  @xref{Argp Children}.