Explorar el Código

fix typo in newly-added error message for EOWNERDEAD

Rich Felker hace 12 años
padre
commit
b9e08308f4
Se han modificado 1 ficheros con 1 adiciones y 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")