projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d75348d
)
fix typo in newly-added error message for EOWNERDEAD
author
Rich Felker
<dalias@aerifal.cx>
Thu, 7 Feb 2013 08:13:35 +0000
(
03:13
-0500)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 7 Feb 2013 08:13:35 +0000
(
03:13
-0500)
src/errno/__strerror.h
patch
|
blob
|
history
diff --git
a/src/errno/__strerror.h
b/src/errno/__strerror.h
index c9aabf5d943a292f87efdc54f8b2d5a68e019139..915044b5ca380fab27582c708923a71911ea4b5c 100644
(file)
--- a/
src/errno/__strerror.h
+++ b/
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(EOWNERDEA
R
, "Previous owner died")
+E(EOWNERDEA
D
, "Previous owner died")
E(ECANCELED, "Operation canceled")
E(ENOSYS, "Function not implemented")
E(ENOMSG, "No message of desired type")