summaryrefslogtreecommitdiff
path: root/manual/argp.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/argp.texi')
-rw-r--r--manual/argp.texi2
1 files changed, 1 insertions, 1 deletions
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}.