From 88ee650263cb8f0670a9d3837f43325009b55115 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 16 Aug 2014 10:51:07 +1000 Subject: Comments --- 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 8c5ad77b8b6..3b56362e3d6 100644 --- a/intern/guardedalloc/MEM_guardedalloc.h +++ b/intern/guardedalloc/MEM_guardedalloc.h @@ -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); -- cgit v1.2.3