diff options
author | Anton Lindqvist <anton@cvs.openbsd.org> | 2021-08-29 18:31:09 +0000 |
---|---|---|
committer | Anton Lindqvist <anton@cvs.openbsd.org> | 2021-08-29 18:31:09 +0000 |
commit | 117b4f643120ba842ac0e433acc6a34789136616 (patch) | |
tree | 57e0d2e5eb7870235d5e192ec1996f5bbe64b4b8 /sys/dev | |
parent | 272143932f5916acd3d828ebb9db926f37834f1f (diff) |
correct range upper bound in comment
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/ucc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ucc.c b/sys/dev/usb/ucc.c index d2b169d03ec..7f45e6664e6 100644 --- a/sys/dev/usb/ucc.c +++ b/sys/dev/usb/ucc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ucc.c,v 1.17 2021/08/29 18:21:16 anton Exp $ */ +/* $OpenBSD: ucc.c,v 1.18 2021/08/29 18:31:08 anton Exp $ */ /* * Copyright (c) 2021 Anton Lindqvist <anton@openbsd.org> @@ -607,7 +607,7 @@ static const struct ucc_keysym ucc_keysyms[] = { N(0x0512, "Contact Speed Dial Number", 0, 0) N(0x0513, "Contact Status Flag", 0, 0) N(0x0514, "Contact Misc.", 0, 0) - /* 0x0515-0x0FFF Reserved */ + /* 0x0515-0xFFFF Reserved */ #undef Y #undef N }; |