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:
authorCampbell Barton <ideasman42@gmail.com>2013-06-02 19:58:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-02 19:58:43 +0400
commit7068a5eba7e0dfdbd332f73f1c20a2be72695b47 (patch)
tree60ca3ff3b6b43ca8742c0fd5a4d2729fb3f44287 /intern/guardedalloc
parent732c566f2fb5253c152b81ebbe76eb6a17862046 (diff)
tweak to recent commit, don't show keymap in menu tooltips.
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 4d31cade856..4a72089f8f7 100644
--- a/intern/guardedalloc/intern/mallocn.c
+++ b/intern/guardedalloc/intern/mallocn.c
@@ -50,7 +50,7 @@
#include "MEM_guardedalloc.h"
-/* should always be defined except for experemental cases */
+/* should always be defined except for experimental cases */
#ifdef WITH_GUARDEDALLOC
/* Blame Microsoft for LLP64 and no inttypes.h, quick workaround needed: */