git: 06bac0da1314 - main - usbdi(9): Fix typo to simply -> to simplify

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Tue, 12 Sep 2023 14:43:00 UTC
The branch main has been updated by lwhsu:

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

commit 06bac0da1314907b8de37bbad559777ab418e811
Author:     Damien Broka <git@damien.sh>
AuthorDate: 2023-09-11 11:12:27 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-09-12 14:41:42 +0000

    usbdi(9): Fix typo to simply -> to simplify
    
    MFC after:      3 days
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/839
---
 share/man/man9/usbdi.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/usbdi.9 b/share/man/man9/usbdi.9
index c42efc1154c6..47034b87c806 100644
--- a/share/man/man9/usbdi.9
+++ b/share/man/man9/usbdi.9
@@ -350,7 +350,7 @@ Example4: SETUP + STATUS - split
 
 .Ed
 .Sh USB TRANSFER CONFIG
-To simply the search for endpoints the
+To simplify the search for endpoints the
 .Nm usb
 module defines a USB config structure where it is possible to specify
 the characteristics of the wanted endpoint.