s/Erorr/Error/ in comment.

This commit is contained in:
msaitoh 2021-11-10 15:55:35 +00:00
parent 54914f4034
commit ed6f10c0f8
1 changed files with 3 additions and 3 deletions

View File

@ -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 */