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>2010-07-25 05:45:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-25 05:45:53 +0400
commit885bbe699976318a6d90441d46dc0cd43e16d4a2 (patch)
tree6d5994314d0f5035674ba3dde0cc1a264abe5bb6 /intern/guardedalloc
parent9d97123f90bbe0f7fed9f7cd0b000e1a3f9a610a (diff)
from Luca's recent commit noticed there are more typo's: lenght -> length
Diffstat (limited to 'intern/guardedalloc')
-rw-r--r--intern/guardedalloc/MEM_guardedalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/guardedalloc/MEM_guardedalloc.h b/intern/guardedalloc/MEM_guardedalloc.h
index c51e96f04b5..6b78b0b6bdc 100644
--- a/intern/guardedalloc/MEM_guardedalloc.h
+++ b/intern/guardedalloc/MEM_guardedalloc.h
@@ -63,7 +63,7 @@
extern "C" {
#endif
- /** Returns the lenght of the allocated memory segment pointed at
+ /** Returns the length of the allocated memory segment pointed at
* by vmemh. If the pointer was not previously allocated by this
* module, the result is undefined.*/
size_t MEM_allocN_len(void *vmemh);