Skip to content

Commit 4a89802

Browse files
committed
s/compete/complete/ in comment.
1 parent 9d37c08 commit 4a89802

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sys/dev/pci/if_casreg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: if_casreg.h,v 1.6 2022/05/28 10:36:23 andvar Exp $ */
1+
/* $NetBSD: if_casreg.h,v 1.7 2025/03/01 09:20:53 andvar Exp $ */
22
/* $OpenBSD: if_casreg.h,v 1.10 2008/05/31 22:49:03 kettenis Exp $ */
33

44
/*
@@ -492,7 +492,7 @@
492492
#define CAS_MII_STATUS_GB_FDX 0x00000400 /* can perform GBit FDX */
493493
#define CAS_MII_STATUS_GB_HDX 0x00000200 /* can perform GBit HDX */
494494
#define CAS_MII_STATUS_UNK 0x00000100
495-
#define CAS_MII_STATUS_ANEG_CPT 0x00000020 /* auto negotiate compete */
495+
#define CAS_MII_STATUS_ANEG_CPT 0x00000020 /* auto negotiate complete */
496496
#define CAS_MII_STATUS_REM_FLT 0x00000010 /* remote fault detected */
497497
#define CAS_MII_STATUS_ACFG 0x00000008 /* can auto negotiate */
498498
#define CAS_MII_STATUS_LINK_STS 0x00000004 /* link status */

0 commit comments

Comments
 (0)