diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-11-10 15:55:35 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-11-10 15:55:35 +0000 |
| commit | 45d9037e243dc8d5ff67cef830a4d9aedf423a2f (patch) | |
| tree | b441ea4a00d3984d0546df4df63d49da095ed853 /sys/dev/marvell | |
| parent | b655f949e8bdfcfd3776e0570addf479d57366ca (diff) | |
s/Erorr/Error/ in comment.
Diffstat (limited to 'sys/dev/marvell')
| -rw-r--r-- | sys/dev/marvell/if_mvxpereg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/marvell/if_mvxpereg.h b/sys/dev/marvell/if_mvxpereg.h index 5188dd08934..12d8f721572 100644 --- a/sys/dev/marvell/if_mvxpereg.h +++ b/sys/dev/marvell/if_mvxpereg.h @@ -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 */ |
