kern: Remove a double word in a source code comment

- s/that that/that/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-04 17:32:10 +02:00
parent 8a153724cd
commit d744e271eb

View File

@ -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)