]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Fix typo in previous log entry.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Dec 2005 18:23:42 +0000 (18:23 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Dec 2005 18:23:42 +0000 (18:23 +0000)
m4/ChangeLog

index 603e6e5b63f79819a8d08588034dcc580bd4eecd..13f6b1a4a7d15eb931275d7585b8c939232ecb2c 100644 (file)
@@ -1,6 +1,6 @@
 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
+       * socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
        Use implementation from Albert Chin, with some
        comments/corrections by Stepan Kasal and myself.