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. --- malloc/malloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'malloc/malloc.c') diff --git a/malloc/malloc.c b/malloc/malloc.c index 3e06b8755b..dccb6cc4fd 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -1,5 +1,5 @@ /* Malloc implementation for multiple threads without lock contention. - Copyright (C) 1996-2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1996-2009, 2010, 2011 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Wolfram Gloger and Doug Lea , 2001. @@ -2774,7 +2774,7 @@ mstate av; mchunkptr p; INTERNAL_SIZE_T s; always true of any allocated chunk; i.e., that each allocated chunk borders either a previously allocated and still in-use chunk, or the base of its memory arena. This is ensured - by making all allocations from the the `lowest' part of any found + by making all allocations from the `lowest' part of any found chunk. This does not necessarily hold however for chunks recycled via fastbins. */ -- cgit v1.2.3