diff options
author | bmalrat <benoit.malrat@ubisoft.com> | 2021-08-04 17:31:48 -0400 |
---|---|---|
committer | bmalrat <benoit.malrat@ubisoft.com> | 2021-08-04 17:31:48 -0400 |
commit | 30be78d97a4a1a25c81755fb2671428a5893a0d9 (patch) | |
tree | 607d1cf3065adfc9ab43bf67a2573d30891c8789 /include/mimalloc-types.h | |
parent | 32c5e4774febc4f50348bd08af5b80cfc8745857 (diff) |
Fixed typo in headers
Diffstat (limited to 'include/mimalloc-types.h')
-rw-r--r-- | include/mimalloc-types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mimalloc-types.h b/include/mimalloc-types.h index caf161d..66b311c 100644 --- a/include/mimalloc-types.h +++ b/include/mimalloc-types.h @@ -319,7 +319,7 @@ typedef struct mi_random_cxt_s { } mi_random_ctx_t; -// In debug mode there is a padding stucture at the end of the blocks to check for buffer overflows +// In debug mode there is a padding structure at the end of the blocks to check for buffer overflows #if (MI_PADDING) typedef struct mi_padding_s { uint32_t canary; // encoded block value to check validity of the padding (in case of overflow) |