public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/5736] New: Typo in malloc.c
@ 2008-02-06 10:17 w dot sang at pengutronix dot de
  2008-03-04 18:41 ` [Bug libc/5736] " drepper at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: w dot sang at pengutronix dot de @ 2008-02-06 10:17 UTC (permalink / raw)
  To: glibc-bugs

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug libc/5736] Typo in malloc.c
  2008-02-06 10:17 [Bug libc/5736] New: Typo in malloc.c w dot sang at pengutronix dot de
@ 2008-03-04 18:41 ` drepper at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: drepper at redhat dot com @ 2008-03-04 18:41 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2008-03-04 18:40 -------
Fixed on the trunk.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-04 18:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-06 10:17 [Bug libc/5736] New: Typo in malloc.c w dot sang at pengutronix dot de
2008-03-04 18:41 ` [Bug libc/5736] " drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).