mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Fix typo in comment.
This commit is contained in:
parent
7c1bea59a3
commit
06c3344eae
@ -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…
Reference in New Issue
Block a user