Update comment

This commit is contained in:
Stephen Miller 2025-02-27 15:05:59 -06:00
parent 3f54872c53
commit 7936c0097f

View File

@ -166,7 +166,7 @@ s32 PS4_SYSV_ABI open(const char* raw_path, s32 flags, u16 mode) {
} }
if (e != 0) { if (e != 0) {
// IOFile code uses platform specific errnos, they must be converted to POSIX errnos. // Open failed in platform-specific code, errno needs to be converted.
h->DeleteHandle(handle); h->DeleteHandle(handle);
SetPosixErrno(e); SetPosixErrno(e);
return -1; return -1;