Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/70caa7219fc7
branches:  trunk
changeset: 466626:70caa7219fc7
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Sat Dec 28 03:09:18 2019 +0000

description:
Fix typo in comment.

diffstat:

 sys/dev/pci/mlyreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8cdffd377700 -r 70caa7219fc7 sys/dev/pci/mlyreg.h
--- a/sys/dev/pci/mlyreg.h      Sat Dec 28 03:07:18 2019 +0000
+++ b/sys/dev/pci/mlyreg.h      Sat Dec 28 03:09:18 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mlyreg.h,v 1.6 2017/11/21 10:55:23 maxv Exp $  */
+/*     $NetBSD: mlyreg.h,v 1.7 2019/12/28 03:09:18 gutteridge Exp $    */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -724,7 +724,7 @@
        u_int8_t        ar5_algo;
        u_int16_t       logical_device_number;
        u_int16_t       bios_control;
-       /* erorr counters */
+       /* error counters */
        u_int16_t       soft_errors;                            /* N/A */
        u_int16_t       commands_failed;                        /* N/A */
        u_int16_t       host_command_aborts;                    /* N/A */



Home | Main Index | Thread Index | Old Index