From c958a6a4e50ac7ca8d72e518825a474d17850119 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 4 Mar 2008 18:36:27 +0000 Subject: [BZ #5736] * malloc/malloc.c: Fix typo in comment. --- malloc/malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc') diff --git a/malloc/malloc.c b/malloc/malloc.c index e00eb0f..7610aa4 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -1186,7 +1186,7 @@ void public_cFREe(); 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); -- cgit v1.1