1
0
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:
Jacob Nevins 2021-04-19 17:14:01 +01:00
parent 7c1bea59a3
commit 06c3344eae

View File

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