mirror of
https://github.com/touchHLE/touchHLE.git
synced 2026-01-31 01:25:24 +01:00
Fix typos
Change-Id: Id46ee09334cb6827da8f2f3385c91414accac686
This commit is contained in:
@@ -279,7 +279,7 @@ pub fn read(
|
||||
let res = match e.kind() {
|
||||
std::io::ErrorKind::IsADirectory => {
|
||||
set_errno(env, EISDIR);
|
||||
// the retuned value was validated in iOS
|
||||
// the returned value was validated on iOS
|
||||
0
|
||||
}
|
||||
_ => {
|
||||
|
||||
Reference in New Issue
Block a user