git: b33bfe0a35f7 - stable/14 - usbdi(9): Fix typo to simply -> to simplify
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Sep 2023 01:31:40 UTC
The branch stable/14 has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=b33bfe0a35f7f9847313c9298d45cf16a03f23a4
commit b33bfe0a35f7f9847313c9298d45cf16a03f23a4
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:31:12 +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.