Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/marvell s/Erorr/Error/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/1710583aef14
branches:  trunk
changeset: 1025514:1710583aef14
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 10 15:55:35 2021 +0000

description:
s/Erorr/Error/ in comment.

diffstat:

 sys/dev/marvell/if_mvxpereg.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r d4bcd4f15a31 -r 1710583aef14 sys/dev/marvell/if_mvxpereg.h
--- a/sys/dev/marvell/if_mvxpereg.h     Wed Nov 10 15:49:42 2021 +0000
+++ b/sys/dev/marvell/if_mvxpereg.h     Wed Nov 10 15:55:35 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_mvxpereg.h,v 1.6 2021/08/17 22:00:31 andvar Exp $   */
+/*     $NetBSD: if_mvxpereg.h,v 1.7 2021/11/10 15:55:35 msaitoh Exp $  */
 /*
  * Copyright (c) 2015 Internet Initiative Japan Inc.
  * All rights reserved.
@@ -225,8 +225,8 @@
 /* SGMII PHY Registers */
 #define MVXPE_PPLLC            0x2e04  /* Power and PLL Control */
 #define MVXPE_TESTC0           0x2e54  /* PHY Test Control 0 */
-#define MVXPE_TESTPRBSEC0      0x2e7c  /* PHY Test PRBS Erorr Counter 0 */
-#define MVXPE_TESTPRBSEC1      0x2e80  /* PHY Test PRBS Erorr Counter 1 */
+#define MVXPE_TESTPRBSEC0      0x2e7c  /* PHY Test PRBS Error Counter 0 */
+#define MVXPE_TESTPRBSEC1      0x2e80  /* PHY Test PRBS Error Counter 1 */
 #define MVXPE_TESTOOB0         0x2e84  /* PHY Test OOB 0 */
 #define MVXPE_DLE              0x2e8c  /* Digital Loopback Enable */
 #define MVXPE_RCS              0x2f18  /* Reference Clock Select */



Home | Main Index | Thread Index | Old Index