This commit is contained in:
Campbell Barton
2014-08-16 10:51:07 +10:00
parent bb39925ec5
commit 88ee650263
10 changed files with 49 additions and 56 deletions

View File

@@ -76,7 +76,7 @@ extern "C" {
extern size_t (*MEM_allocN_len)(const void *vmemh) ATTR_WARN_UNUSED_RESULT;
/**
* Release memory previously allocatred by this module.
* Release memory previously allocated by this module.
*/
extern void (*MEM_freeN)(void *vmemh);