svn commit: r248663 - head/sys/dev/drm2/ttm

Jean-Sebastien Pedron dumbbell at FreeBSD.org
Sat Mar 23 20:46:48 UTC 2013


Author: dumbbell
Date: Sat Mar 23 20:46:47 2013
New Revision: 248663
URL: http://svnweb.freebsd.org/changeset/base/248663

Log:
  drm/ttm: Fix a typo: s/pTTM]/[TTM]/

Modified:
  head/sys/dev/drm2/ttm/ttm_memory.c

Modified: head/sys/dev/drm2/ttm/ttm_memory.c
==============================================================================
--- head/sys/dev/drm2/ttm/ttm_memory.c	Sat Mar 23 20:43:28 2013	(r248662)
+++ head/sys/dev/drm2/ttm/ttm_memory.c	Sat Mar 23 20:46:47 2013	(r248663)
@@ -51,7 +51,7 @@ MALLOC_DEFINE(M_TTM_ZONE, "ttm_zone", "T
 static void ttm_mem_zone_kobj_release(struct ttm_mem_zone *zone)
 {
 
-	printf("pTTM] Zone %7s: Used memory at exit: %llu kiB\n",
+	printf("[TTM] Zone %7s: Used memory at exit: %llu kiB\n",
 		zone->name, (unsigned long long)zone->used_mem >> 10);
 	free(zone, M_TTM_ZONE);
 }


More information about the svn-src-all mailing list