* lib/fclose.c: Fix typo in comment: s/close/fclose/.
authorJim Meyering <meyering@redhat.com>
Sat, 11 Oct 2008 12:24:41 +0000 (14:24 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 11 Oct 2008 12:24:41 +0000 (14:24 +0200)
ChangeLog
lib/fclose.c

index 43bb016..ab45de1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-11  Jim Meyering  <meyering@redhat.com>
+
+       * lib/fclose.c: Fix typo in comment: s/close/fclose/.
+
 2008-10-11  Bruno Haible  <bruno@clisp.org>
 
        New module 'fclose'.
index 29902fd..a0074b7 100644 (file)
@@ -1,4 +1,4 @@
-/* close replacement.
+/* fclose replacement.
    Copyright (C) 2008 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify