From 885bbe699976318a6d90441d46dc0cd43e16d4a2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 25 Jul 2010 01:45:53 +0000 Subject: from Luca's recent commit noticed there are more typo's: lenght -> length --- intern/guardedalloc/MEM_guardedalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/guardedalloc') 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); -- cgit v1.2.3