aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2019-01-05 21:07:49 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2019-01-05 21:07:49 +0000
commitc2ea7945877bda402c01f3ae3c05c0a61338266f (patch)
treecf3f95d55dc08a9fe71f1f22e74c0ee4c4f0bb11 /sys/sys
parent04e9edb5442826a14616157962361ff81e4a38fe (diff)
downloadsrc-c2ea7945877bda402c01f3ae3c05c0a61338266f.tar.gz
src-c2ea7945877bda402c01f3ae3c05c0a61338266f.zip
Fix an old typo in the element status display bits:
INEAB -> INENAB (import is eNabled) Note that this kernel definition is exported into chio(1), and used for element display there. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=342791
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/chio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/chio.h b/sys/sys/chio.h
index 15d52202374a..e3a4d80da524 100644
--- a/sys/sys/chio.h
+++ b/sys/sys/chio.h
@@ -266,7 +266,7 @@ struct changer_set_voltag_request {
#define CESTATUS_BITS \
- "\20\6INEAB\5EXENAB\4ACCESS\3EXCEPT\2IMPEXP\1FULL"
+ "\20\6INENAB\5EXENAB\4ACCESS\3EXCEPT\2IMPEXP\1FULL"
#define CHIOMOVE _IOW('c', 0x01, struct changer_move)
#define CHIOEXCHANGE _IOW('c', 0x02, struct changer_exchange)