From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12260 invoked by alias); 6 Feb 2008 10:17:17 -0000 Received: (qmail 12158 invoked by uid 48); 6 Feb 2008 10:16:34 -0000 Date: Wed, 06 Feb 2008 10:17:00 -0000 From: "w dot sang at pengutronix dot de" To: glibc-bugs@sources.redhat.com Message-ID: <20080206101632.5736.w.sang@pengutronix.de> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/5736] New: Typo in malloc.c X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00012.txt.bz2 Very minor: I just found a small typo when reading the comments of malloc_trim. I genereated this diff against HEAD. --- malloc.c.orig 2008-02-06 10:56:28.000000000 +0100 +++ malloc.c 2008-02-06 11:08:36.000000000 +0100 @@ -1186,7 +1186,7 @@ Malloc_trim returns 1 if it actually released any memory, else 0. On systems that do not support "negative sbrks", it will always - rreturn 0. + return 0. */ #if __STD_C int public_mTRIm(size_t); -- Summary: Typo in malloc.c Product: glibc Version: 2.4 Status: NEW Severity: minor Priority: P3 Component: libc AssignedTo: drepper at redhat dot com ReportedBy: w dot sang at pengutronix dot de CC: glibc-bugs at sources dot redhat dot com,w dot sang at pengutronix dot de http://sourceware.org/bugzilla/show_bug.cgi?id=5736 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.