about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@gmail.com>2015-10-14 11:49:58 -0400
committerCarlos O'Donell <carlos@systemhalted.org>2015-10-14 11:49:58 -0400
commitf45e45a3e07ccd555a3130a9413fcebe6d8f5213 (patch)
tree299a0974b88425de2dbe75504a9c99749899171c
parent90b2517115a56ca9f5625f3e16c2629deeac55a9 (diff)
downloadglibc-f45e45a3e07ccd555a3130a9413fcebe6d8f5213.tar.gz
glibc-f45e45a3e07ccd555a3130a9413fcebe6d8f5213.tar.xz
glibc-f45e45a3e07ccd555a3130a9413fcebe6d8f5213.zip
manual/argp.texi (Specifying Argp Parsers): Fix typo.
-rw-r--r--ChangeLog4
-rw-r--r--manual/argp.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ce8260069e..5b825cd3f4 100644
--- 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.
diff --git a/manual/argp.texi b/manual/argp.texi
index be1d158f22..dae68099d5 100644
--- a/manual/argp.texi
+++ b/manual/argp.texi
@@ -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}.