From b60b81e64360a11905f626c95e5e178a3e9e8a4d Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Thu, 29 Oct 2020 14:42:51 +0000 Subject: [PATCH] Fix typo. MFC after: 2 weeks Sponsored by: The FreeBSD Foundation --- sys/compat/linux/linux_errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/linux/linux_errno.h b/sys/compat/linux/linux_errno.h index 00814d3e6a7c..3a62e76c8f63 100644 --- a/sys/compat/linux/linux_errno.h +++ b/sys/compat/linux/linux_errno.h @@ -88,7 +88,7 @@ #define LINUX_EUNATCH 49 #define LINUX_ENOCSI 50 -#define LINUX_L2HLT 51 +#define LINUX_EL2HLT 51 #define LINUX_EBADE 52 #define LINUX_EBADR 53 #define LINUX_EXFULL 54