diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-29 10:30:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-29 10:30:41 +0000 |
commit | 82f70b1ed9d51a1b08af6304aa8a836322f8d266 (patch) | |
tree | 1b41a3188eeade46a0c98a050d92b4b0f8e2cb5d /m4 | |
parent | 56a2795f38574e8027fd2b013d06a6adab30ef90 (diff) | |
download | coreutils-82f70b1ed9d51a1b08af6304aa8a836322f8d266.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index e3eb8d145..721d3794a 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -11,7 +11,7 @@ directives with appropriate #if HAVE_*_H tests so that we can detect getfsstat on Apple Darwin1.3.7 systems. Reported by Nelson Beebe. - Also fix harmless typo in cache variable name: s/getsstat/getfsstat/. + Fix harmless typo in cache variable name: s/getsstat/getfsstat/. 2001-09-28 Paul Eggert <eggert@twinsun.com> |