From: José Fonseca Date: Sun, 23 Mar 2008 18:52:37 +0000 (+0000) Subject: gallium: Fix typo. X-Git-Tag: 062012170305~17580^2~390^2~2131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d09b92d7e48ecee898ed158353021b7b3b6bae85;p=profile%2Fivi%2Fmesa.git gallium: Fix typo. --- diff --git a/src/gallium/auxiliary/util/p_debug_mem.c b/src/gallium/auxiliary/util/p_debug_mem.c index 56599da..c160afe 100644 --- a/src/gallium/auxiliary/util/p_debug_mem.c +++ b/src/gallium/auxiliary/util/p_debug_mem.c @@ -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); }