diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/execmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/execmem.h b/lib/execmem.h index 895769d..82f691c 100644 --- a/lib/execmem.h +++ b/lib/execmem.h @@ -9,7 +9,7 @@ void execmem_free(void *page); * If callback is not NULL, run it on all other threads 'atomically', in the * sense that it will be called on any thread which executed any of the old * instructions in the write region. - * Oh, and it might mutate writes (to sort it). */ + * Oh, and it might mutate 'writes' (to sort it). */ struct execmem_foreign_write { void *dst; const void *src; |