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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-01-23 15:42:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-23 15:42:07 +0300
commitd2076e38f1b5b605909ba824ba5552fa93e508fa (patch)
tree248d7b728c087245b41db74a674e5db60139f935 /intern
parentd75216ba1c0fbaae1f2fe20741f23b9c35816eca (diff)
correct own bad spelling
Diffstat (limited to 'intern')
-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 d1e88748de4..83aceb12344 100644
--- a/intern/guardedalloc/intern/mallocn.c
+++ b/intern/guardedalloc/intern/mallocn.c
@@ -57,7 +57,7 @@
/* Only for debugging:
* lets you count the allocations so as to find the allocator of unfreed memory
- * in situations where the leak is pradictable */
+ * in situations where the leak is predictable */
// #define DEBUG_MEMCOUNTER