From: Alexandre Duret-Lutz Date: Fri, 17 May 2013 17:01:14 +0000 (+0200) Subject: argp: typo fix X-Git-Tag: v0.1~125 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=75a6c62f09fc5b5282a5f763438e891838bb7164 argp: typo fix * lib/argp-help.c: Typo in comment. --- diff --git a/ChangeLog b/ChangeLog index c03bf8cb8..c8ea9e019 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-05-17 Alexandre Duret-Lutz + + argp: typo fix + * lib/argp-help.c: Typo in comment. + 2013-05-15 Paul Eggert manywarnings: update for GCC 4.8.0 diff --git a/lib/argp-help.c b/lib/argp-help.c index 354f1e22f..85def445e 100644 --- a/lib/argp-help.c +++ b/lib/argp-help.c @@ -649,7 +649,7 @@ hol_find_entry (struct hol *hol, const char *name) return 0; } -/* If an entry with the long option NAME occurs in HOL, set it's special +/* If an entry with the long option NAME occurs in HOL, set its special sort position to GROUP. */ static void hol_set_group (struct hol *hol, const char *name, int group)