The branch main has been updated by gbe (doc committer):

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

commit 5f93395f2f2fc56702674d2869d5016216368485
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-04-09 09:05:38 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-04-09 09:05:38 +0000

    ce(4): Remove a double word in a source code comment
    
    - s/for for/for/
    
    MFC after:      3 days
---
 sys/dev/ce/tau32-ddk.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/ce/tau32-ddk.h b/sys/dev/ce/tau32-ddk.h
index 7c2e92b09145..5dbd5a557801 100644
--- a/sys/dev/ce/tau32-ddk.h
+++ b/sys/dev/ce/tau32-ddk.h
@@ -339,7 +339,7 @@ typedef struct tag_TAU32_E1_State
 
 struct tag_TAU32_UserContext
 {
-       /* fields provided by user for for TAU32_Initiaize() */
+       /* fields provided by user for TAU32_Initiaize() */
        TAU32_Controller *pControllerObject;
        PCI_PHYSICAL_ADDRESS ControllerObjectPhysicalAddress;
        void *PciBar1VirtualAddress;

Reply via email to