From ded5b9b7c7c0afc7edc520911d76558564638bda Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 22 Apr 2011 21:34:32 -0400 Subject: Remove doubled words. --- misc/fchflags.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/fchflags.c') diff --git a/misc/fchflags.c b/misc/fchflags.c index f191194c12..9e252a8d08 100644 --- a/misc/fchflags.c +++ b/misc/fchflags.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 2004, 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 #include -/* Change the flags of the file FD refers to to FLAGS. */ +/* Change the flags of the file referenced by FD to FLAGS. */ int fchflags (int fd, int flags) __THROW; -- cgit 1.4.1