The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=f93ef3ff068c96062fadd503979473fe1b1db139

commit f93ef3ff068c96062fadd503979473fe1b1db139
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-09-03 13:36:00 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-09-03 13:36:00 +0000

    bxe(4): Fix two typos in source code comments
    
    - s/overriden/overridden/
    
    MFC after:      3 days
---
 sys/dev/bxe/bxe_elink.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/dev/bxe/bxe_elink.c b/sys/dev/bxe/bxe_elink.c
index dd77e9301ab0..52b375816cfc 100644
--- a/sys/dev/bxe/bxe_elink.c
+++ b/sys/dev/bxe/bxe_elink.c
@@ -4578,7 +4578,7 @@ static void elink_warpcore_enable_AN_KR(struct elink_phy 
*phy,
                {MDIO_WC_DEVAD, MDIO_WC_REG_CL72_USERB0_CL72_TX_FIR_TAP, 0},
        };
        ELINK_DEBUG_P0(sc, "Enable Auto Negotiation for KR\n");
-       /* Set to default registers that may be overriden by 10G force */
+       /* Set to default registers that may be overridden by 10G force */
        for (i = 0; i < ARRAY_SIZE(reg_set); i++)
                elink_cl45_write(sc, phy, reg_set[i].devad, reg_set[i].reg,
                                 reg_set[i].val);
@@ -7773,7 +7773,7 @@ elink_status_t elink_link_update(struct elink_params 
*params, struct elink_vars
                         * hence its link is expected to be down
                         * - SECOND_PHY means that first phy should not be able
                         * to link up by itself (using configuration)
-                        * - DEFAULT should be overriden during initialiazation
+                        * - DEFAULT should be overridden during initialiazation
                         */
                                ELINK_DEBUG_P1(sc, "Invalid link indication"
                                           "mpc=0x%x. DISABLING LINK !!!\n",

Reply via email to