git: d048e8c6196a - main - ofed: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 12:42:35 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=d048e8c6196a580e6fafc23bbeabc141add7d3b0
commit d048e8c6196a580e6fafc23bbeabc141add7d3b0
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 12:39:36 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 12:39:36 +0000
ofed: Fix a typo in a source code comment
- s/it it/it to/
MFC after: 3 days
---
sys/ofed/include/uapi/rdma/rdma_user_ioctl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/ofed/include/uapi/rdma/rdma_user_ioctl.h b/sys/ofed/include/uapi/rdma/rdma_user_ioctl.h
index e41b3f90bd10..0b2a0bce05de 100644
--- a/sys/ofed/include/uapi/rdma/rdma_user_ioctl.h
+++ b/sys/ofed/include/uapi/rdma/rdma_user_ioctl.h
@@ -50,7 +50,7 @@
/*
* General blocks assignments
- * It is closed on purpose do not expose it it user space
+ * It is closed on purpose do not expose it to user space
* #define MAD_CMD_BASE 0x00
*/