about summary refs log tree commit diff
path: root/malloc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-03-04 18:36:27 +0000
committerUlrich Drepper <drepper@redhat.com>2008-03-04 18:36:27 +0000
commitc958a6a4e50ac7ca8d72e518825a474d17850119 (patch)
treeecd6b625814eafc02278be37bde382eebb5a024b /malloc
parentd835f13696fd65d38da66ef79ba5f045046fc88f (diff)
downloadglibc-c958a6a4e50ac7ca8d72e518825a474d17850119.tar.gz
glibc-c958a6a4e50ac7ca8d72e518825a474d17850119.tar.xz
glibc-c958a6a4e50ac7ca8d72e518825a474d17850119.zip
[BZ #5736]
	* malloc/malloc.c: Fix typo in comment.
Diffstat (limited to 'malloc')
-rw-r--r--malloc/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c
index e00eb0f4e2..7610aa444a 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);