git: 51482c1d3099 - stable/12 - ce(4): Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:45:27 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=51482c1d3099a5d553958f5ebf7e5cf65e739864 commit 51482c1d3099a5d553958f5ebf7e5cf65e739864 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 09:05:38 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:42:14 +0000 ce(4): Remove a double word in a source code comment - s/for for/for/ (cherry picked from commit 5f93395f2f2fc56702674d2869d5016216368485) --- 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;