git: b65d1eb9ff26 - stable/13 - intr_event.9: Remove double word

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 26 Mar 2024 05:56:44 UTC
The branch stable/13 has been updated by gbe:

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

commit b65d1eb9ff2684211a0d2d899e188bbb0a69f1bf
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-03-23 16:57:37 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-03-26 05:56:35 +0000

    intr_event.9: Remove double word
    
    - s/of of/of/
    
    (cherry picked from commit 2c3466172ac655dbc030aac7c6d7bf58d76efc0e)
---
 share/man/man9/intr_event.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/intr_event.9 b/share/man/man9/intr_event.9
index 2ad92c96bdc7..d1964ce289a5 100644
--- a/share/man/man9/intr_event.9
+++ b/share/man/man9/intr_event.9
@@ -230,7 +230,7 @@ argument specifies the priority of this handler,
 corresponding to the values defined in
 .In sys/priority.h .
 It determines the order this handler is called relative to the other handlers
-for this event, as well as the scheduling priority of of the backing kernel
+for this event, as well as the scheduling priority of the backing kernel
 thread.
 .Fa flags
 argument can be used to specify properties of this handler as defined in