about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_native_functions.h
diff options
context:
space:
mode:
authorjosch <josch@mister-muffin.de>2024-07-10 10:06:02 +0100
committerGitHub <noreply@github.com>2024-07-10 11:06:02 +0200
commitdfc60e8bf1aa20144c6dde5a3b1017c46c44f2e0 (patch)
tree88bad28e7ec7de5733dcc0da9460786abfb93268 /src/dynarec/dynarec_native_functions.h
parent655e752c0765d32b10244324588db1c168d0d0c8 (diff)
downloadbox64-dfc60e8bf1aa20144c6dde5a3b1017c46c44f2e0.tar.gz
box64-dfc60e8bf1aa20144c6dde5a3b1017c46c44f2e0.zip
fix some spelling (#1668)
Diffstat (limited to 'src/dynarec/dynarec_native_functions.h')
-rw-r--r--src/dynarec/dynarec_native_functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynarec/dynarec_native_functions.h b/src/dynarec/dynarec_native_functions.h
index 1072a201..e9cff961 100644
--- a/src/dynarec/dynarec_native_functions.h
+++ b/src/dynarec/dynarec_native_functions.h
@@ -68,7 +68,7 @@ int getNominalPred(dynarec_native_t* dyn, int ninst);
 
 // Do the GETED, but don't emit anything...
 uintptr_t fakeed(dynarec_native_t* dyn, uintptr_t addr, int ninst, uint8_t nextop);
-// return Ib on a mod/rm opcode without emiting anything
+// return Ib on a mod/rm opcode without emitting anything
 uint8_t geted_ib(dynarec_native_t* dyn, uintptr_t addr, int ninst, uint8_t nextop);
 
 // Is what pointed at addr a native call? And if yes, to what function?