summaryrefslogtreecommitdiffstats
path: root/src/misc/mvc/mvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/mvc/mvc.h')
-rw-r--r--src/misc/mvc/mvc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc/mvc/mvc.h b/src/misc/mvc/mvc.h
index ee8c31be..b670dc97 100644
--- a/src/misc/mvc/mvc.h
+++ b/src/misc/mvc/mvc.h
@@ -112,7 +112,7 @@ struct MvcManagerStruct
};
////////////////////////////////////////////////////////////////////////
-/// MACRO DEFITIONS ///
+/// MACRO DEFINITIONS ///
////////////////////////////////////////////////////////////////////////
// reading data from the header of the cube
@@ -566,7 +566,7 @@ struct MvcManagerStruct
#define MEM_FREE( Manager, Type, Size, Pointer ) if ( Pointer ) { free(Pointer); Pointer = NULL; }
////////////////////////////////////////////////////////////////////////
-/// FUNCTION DEFITIONS ///
+/// FUNCTION DEFINITIONS ///
////////////////////////////////////////////////////////////////////////
/*=== mvcApi.c ====================================================*/