aboutsummaryrefslogtreecommitdiff
path: root/lib/substitute.h
diff options
context:
space:
mode:
authorcomex2015-01-25 01:52:49 -0500
committercomex2015-01-25 01:52:49 -0500
commitd8e5824e8bdf89e95c618c554b34e8789e58bd3c (patch)
tree182049e6828c360e6aaa26e859a0da22ac5bd047 /lib/substitute.h
parentAdd an explanatory (and legally obligatory) notice to substrate.h. (diff)
downloadsubstitute-d8e5824e8bdf89e95c618c554b34e8789e58bd3c.tar.gz
fix strerror
Diffstat (limited to '')
-rw-r--r--lib/substitute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/substitute.h b/lib/substitute.h
index 2aa7ed8..bdd63e0 100644
--- a/lib/substitute.h
+++ b/lib/substitute.h
@@ -57,7 +57,7 @@ enum {
* instruction boundary
* The hooks were otherwise completed, but the thread in question will
* probably crash now that its code has changed under it. */
- SUBSTITURE_ERR_UNEXPECTED_PC_ON_OTHER_THREAD,
+ SUBSTITUTE_ERR_UNEXPECTED_PC_ON_OTHER_THREAD,
/* substitute_hook_functions: destination was out of range, and mmap
* wouldn't give us a trampoline in range */