argp: typo fix
authorAlexandre Duret-Lutz <adl@lrde.epita.fr>
Fri, 17 May 2013 17:01:14 +0000 (19:01 +0200)
committerEric Blake <eblake@redhat.com>
Fri, 17 May 2013 17:11:54 +0000 (11:11 -0600)
* lib/argp-help.c: Typo in comment.

ChangeLog
lib/argp-help.c

index c03bf8c..c8ea9e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-17  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
+
+       argp: typo fix
+       * lib/argp-help.c: Typo in comment.
+
 2013-05-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        manywarnings: update for GCC 4.8.0
index 354f1e2..85def44 100644 (file)
@@ -649,7 +649,7 @@ hol_find_entry (struct hol *hol, const char *name)
   return 0;
 }
 \f
-/* 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)