Browse Source

Fix comment typo on POSIX ENOTSUP constant.

Co-authored-by: Feoramund <[email protected]>
Isaac Andrade 1 year ago
parent
commit
d8e4a1b93f
1 changed files with 1 additions and 1 deletions
  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")