aboutsummaryrefslogtreecommitdiff
path: root/lib/substitute.h
diff options
context:
space:
mode:
authorcomex2015-01-28 00:46:51 -0500
committercomex2015-01-28 00:46:51 -0500
commit4b14cb631b3f37502d76fe22aa4d6cd582cf00e4 (patch)
treeb5ab9897d5102e6366dc346fe53d28597a28f797 /lib/substitute.h
parentinitial commit of SafetyDance app (diff)
downloadsubstitute-4b14cb631b3f37502d76fe22aa4d6cd582cf00e4.tar.gz
some more stuff compiles
Diffstat (limited to 'lib/substitute.h')
-rw-r--r--lib/substitute.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/substitute.h b/lib/substitute.h
index bdd63e0..8764bcf 100644
--- a/lib/substitute.h
+++ b/lib/substitute.h
@@ -172,9 +172,9 @@ struct substitute_import_hook {
* This can be used to 'hook' functions or even exported variables. Compared
* to substitute_hook_functions, it has the following advantages:
*
- * - Because it does not require the ability to patch executable code;
- * accordingly, it can (from a technical rather than policy perspective) be
- * used in sandboxed environments like iOS or PaX MPROTECT.
+ * - It does not require the ability to patch executable code; accordingly, it
+ * can (from a technical rather than policy perspective) be used in sandboxed
+ * environments like iOS or PaX MPROTECT.
* - On platforms without RELRO or similar, it is thread safe, as the patches
* are done using atomic instructions.
* - It does not require architecture specific code.