git: c47b430c6ea3 - main - fxp(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 17 Aug 2026 05:59:02 UTC
The branch main has been updated by gbe:

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

commit c47b430c6ea3aa8d133af0af426d018bae3b7018
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-08-17 05:53:07 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-08-17 05:53:07 +0000

    fxp(4): Fix a typo in a source code comment
    
    - s/modifing/modifying/
    
    MFC after:      3 days
---
 sys/dev/fxp/rcvbundl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/fxp/rcvbundl.h b/sys/dev/fxp/rcvbundl.h
index c992e6240d58..576c51371b3e 100644
--- a/sys/dev/fxp/rcvbundl.h
+++ b/sys/dev/fxp/rcvbundl.h
@@ -810,7 +810,7 @@ rcvbundl.h file given above).
 
 /*
     This version is a fix to TCO bug. This version can be loaded instead
-    the CPUSaver version by modifing the registry key "LoadTcoUCodeInsteadOfCpuSaver"
+    the CPUSaver version by modifying the registry key "LoadTcoUCodeInsteadOfCpuSaver"
     
 */