git: 74d66dc43d05 - stable/14 - e1000: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 21 Sep 2024 11:18:23 UTC
The branch stable/14 has been updated by gbe:

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

commit 74d66dc43d0544d0d4807e6cc19a82421b97a6eb
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-09-18 02:32:41 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-09-21 11:18:12 +0000

    e1000: Fix a typo in a source code comment
    
    - s/chekcsums/checksums/
    
    (cherry picked from commit 3e614fb600f233097ee5e007cbffdb3001aa110b)
---
 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;
 	}