Fix typo in comment.
This commit is contained in:
parent
7c1bea59a3
commit
06c3344eae
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ static void no_op(void *ptr, size_t size) {}
|
|||
* time into a pointer to some completely arbitrary function. And
|
||||
* therefore it must also avoid optimising away any observable effect
|
||||
* beforehand that a completely arbitrary function might depend on -
|
||||
* such as the zeroing of our memory re3gion.
|
||||
* such as the zeroing of our memory region.
|
||||
*/
|
||||
static void (*const volatile maybe_read)(void *ptr, size_t size) = no_op;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue