changeset 10623:cce8e54214d5

* lib/fclose.c: Fix typo in comment: s/close/fclose/.
author Jim Meyering <meyering@redhat.com>
date Sat, 11 Oct 2008 14:24:41 +0200
parents ac6f431cc95d
children 175cb8a02a3e
files ChangeLog lib/fclose.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'.
--- a/lib/fclose.c
+++ b/lib/fclose.c
@@ -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