summaryrefslogtreecommitdiff
path: root/lib/fsusage.c
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.c
parent49d4a73415159c186681df46e684d3190371ea8f (diff)
downloadcoreutils-c56f9d7cb0c5602bd98b8f5e4e537c7a6670cd22.tar.xz
Use `file system', not filesystem in a comment.
Diffstat (limited to 'lib/fsusage.c')
-rw-r--r--lib/fsusage.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/fsusage.c b/lib/fsusage.c
index d92602936..7868a66b6 100644
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
@@ -1,6 +1,6 @@
-/* fsusage.c -- return space usage of mounted filesystems
+/* fsusage.c -- return space usage of mounted file systems
- Copyright (C) 1991, 1992, 1996, 1998, 1999, 2002, 2003 Free
+ Copyright (C) 1991, 1992, 1996, 1998, 1999, 2002, 2003, 2004 Free
Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
@@ -102,7 +102,7 @@ int statvfs ();
#define PROPAGATE_TOP_BIT(x) ((x) | ~ (EXTRACT_TOP_BIT (x) - 1))
/* Fill in the fields of FSP with information about space usage for
- the filesystem on which PATH resides.
+ the file system on which PATH resides.
DISK is the device on which PATH is mounted, for space-getting
methods that need to know it.
Return 0 if successful, -1 if not. When returning -1, ensure that