git: 40547107684a - stable/15 - fxp(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 20 Aug 2026 06:02:08 UTC
The branch stable/15 has been updated by gbe:

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

commit 40547107684af68a30af52cacdf194187429264b
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-08-17 05:53:07 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-08-20 06:01:03 +0000

    fxp(4): Fix a typo in a source code comment
    
    - s/modifing/modifying/
    
    (cherry picked from commit c47b430c6ea3aa8d133af0af426d018bae3b7018)
---
 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"
     
 */