Explorar o código

Fix comment typo on POSIX ENOTSUP constant.

Co-authored-by: Feoramund <[email protected]>
Isaac Andrade hai 1 ano
pai
achega
d8e4a1b93f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")