Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb fix typos in comment and log message.



details:   https://anonhg.NetBSD.org/src/rev/44c19d3ce513
branches:  trunk
changeset: 373152:44c19d3ce513
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sat Jan 21 16:50:05 2023 +0000

description:
fix typos in comment and log message.

diffstat:

 sys/dev/usb/umcs.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 9eb91595acfc -r 44c19d3ce513 sys/dev/usb/umcs.c
--- a/sys/dev/usb/umcs.c        Sat Jan 21 13:48:40 2023 +0000
+++ b/sys/dev/usb/umcs.c        Sat Jan 21 16:50:05 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umcs.c,v 1.20 2022/06/26 21:35:53 riastradh Exp $ */
+/* $NetBSD: umcs.c,v 1.21 2023/01/21 16:50:05 andvar Exp $ */
 /* $FreeBSD: head/sys/dev/usb/serial/umcs.c 260559 2014-01-12 11:44:28Z hselasky $ */
 
 /*-
@@ -36,12 +36,12 @@
  * http://www.moschip.com.  The datasheets don't contain full
  * programming information for the chip.
  *
- * It is nornal to have only two enabled ports in devices, based on
+ * It is normal to have only two enabled ports in devices, based on
  * quad-port mos7840.
  *
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umcs.c,v 1.20 2022/06/26 21:35:53 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umcs.c,v 1.21 2023/01/21 16:50:05 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -244,7 +244,7 @@
        aprint_verbose_dev(self, "found %d active ports\n", sc->sc_numports);
 
        if (!umcs7840_get_reg(sc, MCS7840_DEV_REG_MODE, &data)) {
-               aprint_verbose_dev(self, "On-die confguration: RST: active %s, "
+               aprint_verbose_dev(self, "On-die configuration: RST: active %s, "
                    "HRD: %s, PLL: %s, POR: %s, Ports: %s, EEPROM write %s, "
                    "IrDA is %savailable\n",
                    (data & MCS7840_DEV_MODE_RESET) ? "low" : "high",



Home | Main Index | Thread Index | Old Index