summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-02-21 12:41:40 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-02-21 12:41:40 +0000
commit0af5ebf98756241d72ffa2376c9ada21956d1a57 (patch)
tree45e255d2f547117bc1dd329a7956bc2a5733ff50
parent09c7c7643e925c2a863b5df7036bb90b39e9e684 (diff)
diviedr -> divider
-rw-r--r--sys/dev/usb/umcs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/umcs.h b/sys/dev/usb/umcs.h
index cd182b8e6f9..af0316b559e 100644
--- a/sys/dev/usb/umcs.h
+++ b/sys/dev/usb/umcs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: umcs.h,v 1.4 2022/01/09 05:43:01 jsg Exp $ */
+/* $OpenBSD: umcs.h,v 1.5 2022/02/21 12:41:39 jsg Exp $ */
/* $NetBSD: umcs.h,v 1.1 2014/03/16 09:34:45 martin Exp $ */
/*-
@@ -62,7 +62,7 @@
#define UMCS_CTRL3 0x0b /* Control bits for UART 3, R/W */
#define UMCS_SP4 0x0c /* Options for for UART 4, R/W */
#define UMCS_CTRL4 0x0d /* Control bits for UART 4, R/W */
-#define UMCS_PLL_DIV_M 0x0e /* Pre-diviedr for PLL, R/W */
+#define UMCS_PLL_DIV_M 0x0e /* Pre-divider for PLL, R/W */
#define UMCS_UNKNOWN1 0x0f /* NOT MENTIONED AND NOT USED */
#define UMCS_PLL_DIV_N 0x10 /* Loop divider for PLL, R/W */
#define UMCS_CLK_MUX 0x12 /* PLL clock & Int. ep ctrl, R/W */