From 6f4aec82747d4d828c5c27b62b27c92b60fea79e Mon Sep 17 00:00:00 2001 From: Waleed Reda Date: Sun, 31 Oct 2021 13:42:35 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1805bf5..15a1ec3 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ This indicates that KernFS is unreachable. Please make sure that KernFS is runni ## **LibFS/KernFS exits with ''ibv_reg_mr failed [error code: 12]''** -This an issue with the RDMA driver being unable to pin memory pages. This could be due to a limit imposed by the OS memlock parameter. You can try increasing its value or setting it to unlimited via the command `ulimit -l unlimited`. +This is an issue with the RDMA driver being unable to pin memory pages. This could be due to a limit imposed by the OS' memlock parameter. You can try increasing its value or setting it to unlimited via the command `ulimit -l unlimited`. ##