From d048e8c6196a580e6fafc23bbeabc141add7d3b0 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 9 Apr 2022 14:39:36 +0200 Subject: [PATCH] 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 e41b3f90bd1..0b2a0bce05d 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 */