mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-06-02 04:30:16 +00:00
Fix typos.
This commit is contained in:
parent
30858032a0
commit
4f521c371c
2
uc.c
2
uc.c
|
@ -96,7 +96,7 @@ const char *uc_strerror(uc_err code)
|
|||
case UC_ERR_FETCH_UNALIGNED:
|
||||
return "Fetch from unaligned memory (UC_ERR_FETCH_UNALIGNED)";
|
||||
case UC_ERR_HOOK_EXIST:
|
||||
return "Hook for this type event already existed (UC_ERR_HOOK_EXIST)";
|
||||
return "Hook for this type event already exists (UC_ERR_HOOK_EXIST)";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue