[PATCH liburing v1 3/4] liburing.h: 's/is adjust/is adjusted/' and fix indentation

From: Ammar Faizi
Date: Thu Jan 12 2023 - 11:06:44 EST


From: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>

- Fix a typo: 's/is adjust/is adjusted/'.

- Fix indentation.

Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx>
---
src/include/liburing.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/liburing.h b/src/include/liburing.h
index cc3677e..c7139ef 100644
--- a/src/include/liburing.h
+++ b/src/include/liburing.h
@@ -388,8 +388,8 @@ IOURINGINLINE void io_uring_prep_rw(int op, struct io_uring_sqe *sqe, int fd,
* @param off_in If fd_in refers to a pipe, off_in must be (int64_t) -1;
* If fd_in does not refer to a pipe and off_in is (int64_t) -1,
* then bytes are read from fd_in starting from the file offset
- * and it is adjust appropriately;
- * If fd_in does not refer to a pipe and off_in is not
+ * and it is adjusted appropriately;
+ * If fd_in does not refer to a pipe and off_in is not
* (int64_t) -1, then the starting offset of fd_in will be
* off_in.
* @param off_out The description of off_in also applied to off_out.
--
Ammar Faizi