This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/5736] New: Typo in malloc.c


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]