summaryrefslogtreecommitdiff
path: root/lib/fsusage.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-30 22:39:13 +0000
committerJim Meyering <jim@meyering.net>2004-06-30 22:39:13 +0000
commitc56f9d7cb0c5602bd98b8f5e4e537c7a6670cd22 (patch)
treecc10c98d8287b0e93b0b6505cc0533d9166de689 /lib/fsusage.h
parent49d4a73415159c186681df46e684d3190371ea8f (diff)
downloadcoreutils-c56f9d7cb0c5602bd98b8f5e4e537c7a6670cd22.tar.xz
Use `file system', not filesystem in a comment.
Diffstat (limited to 'lib/fsusage.h')
-rw-r--r--lib/fsusage.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/fsusage.h b/lib/fsusage.h
index e2cbbf127..060d957e9 100644
--- a/lib/fsusage.h
+++ b/lib/fsusage.h
@@ -1,6 +1,7 @@
-/* fsusage.h -- declarations for filesystem space usage info
+/* fsusage.h -- declarations for file system space usage info
- Copyright (C) 1991, 1992, 1997, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1992, 1997, 2003, 2004 Free Software
+ Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -16,7 +17,7 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* Space usage statistics for a filesystem. Blocks are 512-byte. */
+/* Space usage statistics for a file system. Blocks are 512-byte. */
#if !defined FSUSAGE_H_
# define FSUSAGE_H_