diff options
author | comex | 2016-04-19 22:04:21 -0400 |
---|---|---|
committer | comex | 2016-04-19 22:04:21 -0400 |
commit | 72c0ef43568e6ff023a037679fd75ee793568c23 (patch) | |
tree | 5318dc3df3d51587b5d04ca8ac82f50e257b79d2 | |
parent | remove old drama from README.md (diff) | |
download | substitute-72c0ef43568e6ff023a037679fd75ee793568c23.tar.gz |
comment
-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; |