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 /libio/wfileops.c | |
parent | e84142d2a9eed278ecf869459a5de0b640074517 (diff) | |
download | glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.gz glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.tar.xz glibc-ded5b9b7c7c0afc7edc520911d76558564638bda.zip |
Remove doubled words.
Diffstat (limited to 'libio/wfileops.c')
-rw-r--r-- | libio/wfileops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/wfileops.c b/libio/wfileops.c index 503d341a96..386b06b79f 100644 --- a/libio/wfileops.c +++ b/libio/wfileops.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993,1995,1997-2004,2006,2009 Free Software Foundation, Inc. +/* Copyright (C) 1993,1995,1997-2004,2006,2009,2011 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Ulrich Drepper <drepper@cygnus.com>. Based on the single byte version by Per Bothner <bothner@cygnus.com>. @@ -759,7 +759,7 @@ resync: /* We need to do it since it is possible that the file offset in the kernel may be changed behind our back. It may happen when we fopen a file and then do a fork. One process may access the - the file and the kernel file offset will be changed. */ + file and the kernel file offset will be changed. */ if (fp->_offset >= 0) _IO_SYSSEEK (fp, fp->_offset, 0); |