aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils/allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/utils/allocator.h')
-rw-r--r--Source/charon/utils/allocator.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/charon/utils/allocator.h b/Source/charon/utils/allocator.h
index e3d81b349..e262372a4 100644
--- a/Source/charon/utils/allocator.h
+++ b/Source/charon/utils/allocator.h
@@ -53,13 +53,13 @@
#ifdef LEAK_DETECTIVE
+ typedef struct allocator_t allocator_t;
+
/**
- * @brief Allocater object use to detect memory leaks.
- *
+ *@brief Allocater object use to detect memory leaks.
+ *
*/
- typedef struct allocator_s allocator_t;
-
- struct allocator_s {
+ struct allocator_t {
/**
* Allocates memory with LEAK_DETECTION and