From 72c0ef43568e6ff023a037679fd75ee793568c23 Mon Sep 17 00:00:00 2001 From: comex Date: Tue, 19 Apr 2016 22:04:21 -0400 Subject: comment --- lib/execmem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3