Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-11-28 13:49:26 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-11-28 13:49:26 +0400
commita8905364c31955e3db8257f8d6a45cc8d49c836f (patch)
tree43f03ce64788c1bf32418a3e44757ce25c837381 /intern/guardedalloc
parentb91cf6096275acc97a7df7840f745f2d262f054f (diff)
Typo fix in comment. No functional changes.
Diffstat (limited to 'intern/guardedalloc')
-rw-r--r--intern/guardedalloc/intern/mallocn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/guardedalloc/intern/mallocn.c b/intern/guardedalloc/intern/mallocn.c
index a65871f4410..4a79f5d0de1 100644
--- a/intern/guardedalloc/intern/mallocn.c
+++ b/intern/guardedalloc/intern/mallocn.c
@@ -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