X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fargp-help.c;h=ad8647d5455cebd2c71704af1167671edbac4c85;hb=c9ff025;hp=48c37a99f993f7c9728aae95451d2d6e8d5010b7;hpb=1e0b92c990dfeb136cda606e2914e2d87b00bd74;p=gnulib.git diff --git a/lib/argp-help.c b/lib/argp-help.c index 48c37a99f..ad8647d54 100644 --- a/lib/argp-help.c +++ b/lib/argp-help.c @@ -259,7 +259,7 @@ fill_in_uparams (const struct argp_state *state) /* Returns true if OPT is an alias for an earlier option. */ #define oalias(opt) ((opt)->flags & OPTION_ALIAS) -/* Returns true if OPT is an documentation-only entry. */ +/* Returns true if OPT is a documentation-only entry. */ #define odoc(opt) ((opt)->flags & OPTION_DOC) /* Returns true if OPT should not be translated */