git: 3e614fb600f2 - main - e1000: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 18 Sep 2024 02:34:04 UTC
The branch main has been updated by gbe:

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

commit 3e614fb600f233097ee5e007cbffdb3001aa110b
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-09-18 02:32:41 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
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;
 	}