]> Savannah Git Hosting - gnulib.git/commitdiff
Fix recent ChangeLog entry.
authorBruno Haible <bruno@clisp.org>
Wed, 22 Dec 2021 18:15:54 +0000 (19:15 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 22 Dec 2021 18:16:45 +0000 (19:16 +0100)
ChangeLog

index 2436a491336036e1b34088f3eb50f732d509d767..6855df5b3e3a5a8d77c6727a256a82b01b578daa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,9 +17,9 @@
        * lib/get_ppid_of.c (proc_pidinfo): Declare with WEAK_IMPORT_ATTRIBUTE.
        (get_ppid_of): Test whether the symbol declared weak evaluates to
        non-NULL before invoking it.
-       * lib/get_progname_of (get_progname_of): Declare with
+       * lib/get_progname_of (proc_pidinfo): Declare with
        WEAK_IMPORT_ATTRIBUTE.
-       (get_ppid_of): Test whether the symbol declared weak evaluates to
+       (get_progname_of): Test whether the symbol declared weak evaluates to
        non-NULL before invoking it.
 
 2021-12-21  Paul Eggert  <eggert@cs.ucla.edu>