diff options
author | Jim Meyering <jim@meyering.net> | 2011-04-22 21:34:32 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-22 21:34:32 -0400 |
commit | ded5b9b7c7c0afc7edc520911d76558564638bda (patch) | |
tree | ec9520664a3c01f979e2be5d07ceb678e6226a46 /misc/ftruncate.c | |
parent | e84142d2a9eed278ecf869459a5de0b640074517 (diff) | |
download | glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.zip glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.gz glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.bz2 |
Remove doubled words.
Diffstat (limited to 'misc/ftruncate.c')
-rw-r--r-- | misc/ftruncate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ftruncate.c b/misc/ftruncate.c index d4cca2e..e3406af 100644 --- a/misc/ftruncate.c +++ b/misc/ftruncate.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 1998, 2011 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -20,7 +20,7 @@ #include <sys/types.h> #include <unistd.h> -/* Truncate the file FD refers to to LENGTH bytes. */ +/* Truncate the file referenced by FD to LENGTH bytes. */ int __ftruncate (fd, length) int fd; |