gallium: Fix typo.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Sun, 23 Mar 2008 18:52:37 +0000 (18:52 +0000)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Sun, 23 Mar 2008 18:52:37 +0000 (18:52 +0000)
src/gallium/auxiliary/util/p_debug_mem.c

index 56599dafa6c03fe96b725589445ed4006d87273f..c160afe5b7f32ea898e4f15f1821d1f85ca6a8c2 100644 (file)
@@ -165,7 +165,7 @@ debug_memory_report(void)
       hdr = LIST_ENTRY(struct debug_memory_header, entry, head);
       ptr = (void *)((char *)hdr + sizeof(*hdr));
       if(hdr->no >= start_no)
-        debug_printf("%s:%u:%s: %u byte st %p not freed\n",
+        debug_printf("%s:%u:%s: %u bytes at %p not freed\n",
                      hdr->file, hdr->line, hdr->function,
                      hdr->size, ptr);
    }