From 5e921bf59373d79d27c322ff86e8b5a37b151e45 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 31 Jul 2022 16:02:10 +0100 Subject: Add magical feature codegen system, at long last --- src/hook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hook.c') 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; -- cgit v1.2.3