# HG changeset patch # User Alexandre Duret-Lutz # Date 1368810074 -7200 # Node ID aeb927a07a01a576e6b853c1c1956180d1da5a94 # Parent 416ce81b183726ba3e0e7618fa068308781c5eef argp: typo fix * lib/argp-help.c: Typo in comment. diff -r 416ce81b1837 -r aeb927a07a01 ChangeLog --- a/ChangeLog Thu May 16 09:25:59 2013 -0700 +++ b/ChangeLog Fri May 17 19:01:14 2013 +0200 @@ -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 -r 416ce81b1837 -r aeb927a07a01 lib/argp-help.c --- a/lib/argp-help.c Thu May 16 09:25:59 2013 -0700 +++ b/lib/argp-help.c Fri May 17 19:01:14 2013 +0200 @@ -649,7 +649,7 @@ 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)