Index: native_client_sdk/src/libraries/utils/macros.h |
diff --git a/native_client_sdk/src/libraries/utils/macros.h b/native_client_sdk/src/libraries/utils/macros.h |
index 8731e255dd1ac3d30aa23744f562613201611fd3..718d83fce9b01c526dc2072f53e8a56b4d46d790 100644 |
--- a/native_client_sdk/src/libraries/utils/macros.h |
+++ b/native_client_sdk/src/libraries/utils/macros.h |
@@ -17,7 +17,7 @@ |
#define MEMBER_SIZE(struct_name, member) sizeof(((struct_name*)0)->member) |
/** |
- * Macros to prevent name mangling of defnitions, allowing them to be |
+ * Macros to prevent name mangling of definitions, allowing them to be |
* referenced from C. |
*/ |
#ifdef __cplusplus |