]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typos in format strings of malloc_info.
authorJohn Sullivan <jsrhbz@kanargh.force9.co.uk>
Fri, 30 Oct 2009 04:50:35 +0000 (21:50 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 Oct 2009 04:50:35 +0000 (21:50 -0700)
ChangeLog
malloc/malloc.c

index 0ed1d5cdd192cced30443b9d132007d5ea896e27..ed055a7f3ec9d99c1d486e5a97472033154a4694 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
 
+       [BZ #10553]
+       * malloc/malloc.c (malloc_info): Fix typos in format strings.
+       Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
+
        [BZ #10564]
        * login/utmp_file.c (TIMEOUT): Increase to 10.
 
index 79ba6b6f0661f8f8ff99788c8603c34541ce495b..ea10d17f850fb0bfc19fce25a331e5ce0eaa3d55 100644 (file)
@@ -6474,8 +6474,8 @@ malloc_info (int options, FILE *fp)
   fprintf (fp,
           "<total type=\"fast\" count=\"%zu\" size=\"%zu\"/>\n"
           "<total type=\"rest\" count=\"%zu\" size=\"%zu\"/>\n"
-          "<system type=\"current\" size=\"%zu\n/>\n"
-          "<system type=\"max\" size=\"%zu\n/>\n"
+          "<system type=\"current\" size=\"%zu\"/>\n"
+          "<system type=\"max\" size=\"%zu\"/>\n"
           "<aspace type=\"total\" size=\"%zu\"/>\n"
           "<aspace type=\"mprotect\" size=\"%zu\"/>\n"
           "</malloc>\n",