[PATCH liburing v2 7/7] man/io_uring_enter.2: Fix typo "which is behaves" -> "which behaves"

Ammar Faizi posted 7 patches 3 years, 7 months ago
[PATCH liburing v2 7/7] man/io_uring_enter.2: Fix typo "which is behaves" -> "which behaves"
Posted by Ammar Faizi 3 years, 7 months ago
From: Ammar Faizi <ammarfaizi2@gnuweeb.org>

Just a trivial grammatical error fix.

Fixes: 1dbc9974486cbc5f60eeeca092fd434c40d3a484 ("man/io_uring_enter.2: document IORING_ENTER_EXT_ARG")
Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
---
 man/io_uring_enter.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/io_uring_enter.2 b/man/io_uring_enter.2
index 85e582c..1a9311e 100644
--- a/man/io_uring_enter.2
+++ b/man/io_uring_enter.2
@@ -70,7 +70,7 @@ the following:
 .BI "                    const void *" arg ", size_t " argsz );
 .fi
 
-which is behaves just like the original definition by default. However, if
+which behaves just like the original definition by default. However, if
 .B IORING_ENTER_EXT_ARG
 is set, then instead of a
 .I sigset_t
-- 
Ammar Faizi