Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/TsudaKageyu/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/trampoline.c')
-rw-r--r--src/trampoline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trampoline.c b/src/trampoline.c
index c267088..a28c5f3 100644
--- a/src/trampoline.c
+++ b/src/trampoline.c
@@ -208,7 +208,7 @@ BOOL CreateTrampolineFunction(PTRAMPOLINE ct)
pCopySrc = &jmp;
copySize = sizeof(jmp);
- // Exit the function If it is not in the branch
+ // Exit the function if it is not in the branch.
finished = (pOldInst >= jmpDest);
}
}