summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-03 08:53:19 +0000
committerJim Meyering <jim@meyering.net>2003-09-03 08:53:19 +0000
commit6f3fcc3168c82c736941b7694324933b705ccdd6 (patch)
tree23af303495339e50eb7e0f1444357ca0b83c90eb /src/df.c
parentae8c5ba47ace07a425d25912748b65c0311875ed (diff)
downloadcoreutils-6f3fcc3168c82c736941b7694324933b705ccdd6.tar.xz
(AUTHORS): Remove Larry McVoy's name, since the relatively
small amount of code from him was first moved to lib/human.c, and was subsequently rewritten entirely.
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/df.c b/src/df.c
index 72a1f4e6e..af8c2bf1d 100644
--- a/src/df.c
+++ b/src/df.c
@@ -42,7 +42,7 @@
#define PROGRAM_NAME "df"
#define AUTHORS \
- N_ ("Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert")
+ N_ ("Torbjorn Granlund, David MacKenzie, and Paul Eggert")
/* Name this program was run with. */
char *program_name;