Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Jul 8, 2024
1 parent c01896a commit 5a4631f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ create a trampoline in sym.c to restore the instructions that were removed.
original(arg1, arg2, arg3);
}

/* sym.c - Create trampoline to restore the two instuctions removed by DETOUR */
/* sym.c - Create trampoline to restore the two instructions removed by DETOUR */
TRAMPOLINE(0x410007, original, "sub esp, 8; mov eax, [esp+0x1C]");

/* Same as above, but for functions using the watcom register calling convention */
Expand Down

0 comments on commit 5a4631f

Please sign in to comment.