aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/errno_defs.h
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2023-07-14 14:06:43 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-09-20 07:54:34 +0300
commit944399ffb286b5503e9d97330aaeab1e68779962 (patch)
tree75d1b68a73fbcbd58d8043fa5d57bd7b13876bcf /bsd-user/errno_defs.h
parente6a19a6477407e57b4deb61aaa497a14d7db9626 (diff)
bsd-user: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Kyle Evans <kevans@FreeBSD.org> Reviewed-by: Warner Losh <imp@bsdimp.com>
Diffstat (limited to 'bsd-user/errno_defs.h')
-rw-r--r--bsd-user/errno_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-user/errno_defs.h b/bsd-user/errno_defs.h
index f3e8ac3488..abe70119d9 100644
--- a/bsd-user/errno_defs.h
+++ b/bsd-user/errno_defs.h
@@ -149,7 +149,7 @@
#define TARGET_ELAST 90 /* Must be equal largest errno */
/* Internal errors: */
-#define TARGET_EJUSTRETURN 254 /* Just return without modifing regs */
+#define TARGET_EJUSTRETURN 254 /* Just return without modifying regs */
#define TARGET_ERESTART 255 /* Restart syscall */
#include "special-errno.h"