mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 17:05:47 +00:00
uc.c: fix minor typo
s/argumet/argument/g
This commit is contained in:
parent
298a942dd1
commit
34c7b70bcb
2
uc.c
2
uc.c
|
@ -88,7 +88,7 @@ const char *uc_strerror(uc_err code)
|
|||
case UC_ERR_FETCH_PROT:
|
||||
return "Fetch from non-executable memory (UC_ERR_FETCH_PROT)";
|
||||
case UC_ERR_ARG:
|
||||
return "Invalid argumet (UC_ERR_ARG)";
|
||||
return "Invalid argument (UC_ERR_ARG)";
|
||||
case UC_ERR_READ_UNALIGNED:
|
||||
return "Read from unaligned memory (UC_ERR_READ_UNALIGNED)";
|
||||
case UC_ERR_WRITE_UNALIGNED:
|
||||
|
|
Loading…
Reference in a new issue