[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52632] trunk/blender/intern/guardedalloc/ intern/mallocn.c: Typo fix in comment.

Sergey Sharybin sergey.vfx at gmail.com
Wed Nov 28 10:49:27 CET 2012


Revision: 52632
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52632
Author:   nazgul
Date:     2012-11-28 09:49:26 +0000 (Wed, 28 Nov 2012)
Log Message:
-----------
Typo fix in comment. No functional changes.

Modified Paths:
--------------
    trunk/blender/intern/guardedalloc/intern/mallocn.c

Modified: trunk/blender/intern/guardedalloc/intern/mallocn.c
===================================================================
--- trunk/blender/intern/guardedalloc/intern/mallocn.c	2012-11-28 09:36:23 UTC (rev 52631)
+++ trunk/blender/intern/guardedalloc/intern/mallocn.c	2012-11-28 09:49:26 UTC (rev 52632)
@@ -58,7 +58,7 @@
  * store original buffer's name when doing MEM_dupallocN
  * helpful to profile issues with non-freed "dup_alloc" buffers,
  * but this introduces some overhead to memory header and makes
- * things slower a bit, so betterto keep disabled by default
+ * things slower a bit, so better to keep disabled by default
  */
 //#define DEBUG_MEMDUPLINAME
 




More information about the Bf-blender-cvs mailing list