Explorar o código

fix typo in newly-added error message for EOWNERDEAD

Rich Felker %!s(int64=12) %!d(string=hai) anos
pai
achega
b9e08308f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/errno/__strerror.h

+ 1 - 1
src/errno/__strerror.h

@@ -61,7 +61,7 @@ E(ENOLCK,       "No locks available")
 
 E(EDEADLK,      "Resource deadlock would occur")
 E(ENOTRECOVERABLE, "State not recoverable")
-E(EOWNERDEAR,   "Previous owner died")
+E(EOWNERDEAD,   "Previous owner died")
 E(ECANCELED,    "Operation canceled")
 E(ENOSYS,       "Function not implemented")
 E(ENOMSG,       "No message of desired type")