Merge pull request #449 from bmalrat/FixTypo

Fixed typo in header
This commit is contained in:
Daan
2021-10-19 10:24:54 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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)