git: a93e4f407319 - stable/13 - usbdi(9): Fix typo to simply -> to simplify

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Tue, 19 Sep 2023 01:32:19 UTC
The branch stable/13 has been updated by lwhsu:

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

commit a93e4f407319c623def70907fe2ceff20a001189
Author:     Damien Broka <git@damien.sh>
AuthorDate: 2023-09-11 11:12:27 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-09-19 01:32:01 +0000

    usbdi(9): Fix typo to simply -> to simplify
    
    MFC after:      3 days
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/839
    
    (cherry picked from commit 06bac0da1314907b8de37bbad559777ab418e811)
---
 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.