git: 9c4159dbaa27 - stable/12 - kern: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Sep 2022 07:57:48 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=9c4159dbaa272296f7cfd1aad7b5aa6480408008
commit 9c4159dbaa272296f7cfd1aad7b5aa6480408008
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 15:32:10 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:56:31 +0000
kern: Remove a double word in a source code comment
- s/that that/that/
(cherry picked from commit d744e271eb22746957397674bdbc480e7377adda)
---
sys/kern/kern_intr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c
index ebad3f67ed3d..1effa5e29019 100644
--- a/sys/kern/kern_intr.c
+++ b/sys/kern/kern_intr.c
@@ -724,7 +724,7 @@ intr_event_barrier(struct intr_event *ie)
/*
* Now wait on the inactive phase.
- * The acquire fence is needed so that that all post-barrier accesses
+ * The acquire fence is needed so that all post-barrier accesses
* are after the check.
*/
while (ie->ie_active[phase] > 0)