From 04ccbe6e70cf11e846da3fbc800832c6e56b573f Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 19 Sep 2024 13:10:28 +0200 Subject: [PATCH] Fix typos in interception_win.cpp --- compiler-rt/lib/interception/interception_win.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compiler-rt/lib/interception/interception_win.cpp b/compiler-rt/lib/interception/interception_win.cpp index a0ff124a89c9ed..1e613816010ed7 100644 --- a/compiler-rt/lib/interception/interception_win.cpp +++ b/compiler-rt/lib/interception/interception_win.cpp @@ -27,7 +27,7 @@ // // 1) Detour // -// The Detour hooking technique is assuming the presence of an header with +// The Detour hooking technique is assuming the presence of a header with // padding and an overridable 2-bytes nop instruction (mov edi, edi). The // nop instruction can safely be replaced by a 2-bytes jump without any need // to save the instruction. A jump to the target is encoded in the function @@ -47,7 +47,7 @@ // // func: jmp