about summary refs log tree commit diff
path: root/misc/ftruncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ftruncate.c')
-rw-r--r--misc/ftruncate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ftruncate.c b/misc/ftruncate.c
index d4cca2e267..e3406af04f 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;