summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/errno/__strerror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errno/__strerror.h b/src/errno/__strerror.h
index c9aabf5d..915044b5 100644
--- 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(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")