mirror of git://git.musl-libc.org/musl
fix typo in newly-added error message for EOWNERDEAD
This commit is contained in:
parent
d75348ddda
commit
b9e08308f4
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue