Fix typos

Change-Id: Id46ee09334cb6827da8f2f3385c91414accac686
This commit is contained in:
ciciplusplus
2026-01-26 00:22:40 +01:00
parent 4256099917
commit 43b4e19f66

View File

@@ -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
}
_ => {