git: d744e271eb22 - main - kern: Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Sep 2022 15:32:20 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=d744e271eb22746957397674bdbc480e7377adda
commit d744e271eb22746957397674bdbc480e7377adda
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 15:32:10 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-04 15:32:10 +0000
kern: Remove a double word in a source code comment
- s/that that/that/
MFC after: 3 days
---
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 ead08b530dc3..07515214c9c5 100644
--- a/sys/kern/kern_intr.c
+++ b/sys/kern/kern_intr.c
@@ -775,7 +775,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)