From: anton Date: Sun, 29 Aug 2021 18:31:08 +0000 (+0000) Subject: correct range upper bound in comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2c3f1775fae949becca0744650b7c5b35a344737;p=openbsd correct range upper bound in comment --- 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 @@ -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 };