summaryrefslogtreecommitdiffhomepage
path: root/src/hook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hook.c')
-rw-r--r--src/hook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hook.c b/src/hook.c
index 8465fbe..eacac4a 100644
--- a/src/hook.c
+++ b/src/hook.c
@@ -57,7 +57,7 @@ void *hook_inline(void *func_, void *target) {
// FIXME: these cases may result in somewhat dodgy error messaging. They
// shouldn't happen anyway though. Maybe if we're confident we just
// compile 'em out of release builds some day, but that sounds a little
- // scary. For now prefering confusing messages over crashes, I guess.
+ // scary. For now preferring confusing messages over crashes, I guess.
if (func[len] == X86_CALL) {
con_warn("hook_inline: can't trampoline call instructions\n");
return 0;