提交 b9e08308 编写于 作者: R Rich Felker

fix typo in newly-added error message for EOWNERDEAD

上级 d75348dd
...@@ -61,7 +61,7 @@ E(ENOLCK, "No locks available") ...@@ -61,7 +61,7 @@ E(ENOLCK, "No locks available")
E(EDEADLK, "Resource deadlock would occur") E(EDEADLK, "Resource deadlock would occur")
E(ENOTRECOVERABLE, "State not recoverable") E(ENOTRECOVERABLE, "State not recoverable")
E(EOWNERDEAR, "Previous owner died") E(EOWNERDEAD, "Previous owner died")
E(ECANCELED, "Operation canceled") E(ECANCELED, "Operation canceled")
E(ENOSYS, "Function not implemented") E(ENOSYS, "Function not implemented")
E(ENOMSG, "No message of desired type") E(ENOMSG, "No message of desired type")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册