From: Jim Meyering Date: Sat, 11 Oct 2008 12:24:41 +0000 (+0200) Subject: * lib/fclose.c: Fix typo in comment: s/close/fclose/. X-Git-Tag: v0.1~6859 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=e349e3d9c187700b118e0bac80aedd2ea8e764bc;p=gnulib.git * lib/fclose.c: Fix typo in comment: s/close/fclose/. --- diff --git a/ChangeLog b/ChangeLog index 43bb016e7..ab45de15f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-11 Jim Meyering + + * lib/fclose.c: Fix typo in comment: s/close/fclose/. + 2008-10-11 Bruno Haible New module 'fclose'. diff --git a/lib/fclose.c b/lib/fclose.c index 29902fddb..a0074b77d 100644 --- 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