The branch main has been updated by gbe:

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

commit 3e614fb600f233097ee5e007cbffdb3001aa110b
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2024-09-18 02:32:41 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2024-09-18 02:32:41 +0000

    e1000: Fix a typo in a source code comment
    
    - s/chekcsums/checksums/
    
    MFC after: 3 days
---
 sys/dev/e1000/e1000_82575.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/e1000/e1000_82575.c b/sys/dev/e1000/e1000_82575.c
index fded5dc2b04e..a33aa9eb2903 100644
--- a/sys/dev/e1000/e1000_82575.c
+++ b/sys/dev/e1000/e1000_82575.c
@@ -2425,7 +2425,7 @@ static s32 e1000_validate_nvm_checksum_82580(struct 
e1000_hw *hw)
        }
 
        if (nvm_data & NVM_COMPATIBILITY_BIT_MASK) {
-               /* if chekcsums compatibility bit is set validate checksums
+               /* if checksums compatibility bit is set validate checksums
                 * for all 4 ports. */
                eeprom_regions_count = 4;
        }

Reply via email to