소스 검색

Fix comment typo on POSIX ENOTSUP constant.

Co-authored-by: Feoramund <[email protected]>
Isaac Andrade 1 년 전
부모
커밋
d8e4a1b93f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/sys/posix/errno.odin

+ 1 - 1
core/sys/posix/errno.odin

@@ -456,7 +456,7 @@ when ODIN_OS == .Darwin {
 	EOWNERDEAD      :: 130
 	ENOTRECOVERABLE :: 131
 
-	// NOTE: Note defined for linux
+	// NOTE: Not defined for Linux
 	ENOTSUP         :: -1
 } else {
 	#panic("posix is unimplemented for the current target")