]> Savannah Git Hosting - gnulib.git/commitdiff
Correction of a spelling fix.
authorBruno Haible <bruno@clisp.org>
Fri, 9 Jun 2023 18:45:45 +0000 (20:45 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Jun 2023 18:45:45 +0000 (20:45 +0200)
* lib/argp.h: Change "passed into" to "passed to".

lib/argp.h

index 404a631ca7f18726b16dcad5f369c369731b3eee..241f8802ea7c7ef821922ea8a63dda99eb1af74e 100644 (file)
@@ -407,7 +407,7 @@ struct argp_state
    unknown option is present, ARGP_ERR_UNKNOWN is returned; if some parser
    routine returned a non-zero value, it is returned; otherwise 0 is
    returned.  This function may also call exit unless the ARGP_NO_HELP flag
-   is set.  INPUT is a pointer to a value to be passed into the parser.  */
+   is set.  INPUT is a pointer to a value to be passed to the parser.  */
 extern error_t argp_parse (const struct argp *__restrict __argp,
                            int /*argc*/, char **__restrict /*argv*/,
                            unsigned __flags, int *__restrict __arg_index,