git: 56ca9ef09206 - main - mfiutil: Fix typos

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 02 Jun 2023 02:34:12 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=56ca9ef092064abd5925a76a5e59d9fdaa5b107f

commit 56ca9ef092064abd5925a76a5e59d9fdaa5b107f
Author:     Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2023-02-24 06:52:47 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-02 02:33:41 +0000

    mfiutil: Fix typos
    
    Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/653
---
 usr.sbin/mfiutil/mfi_properties.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/mfiutil/mfi_properties.c b/usr.sbin/mfiutil/mfi_properties.c
index f705055ee248..6f81a35412bc 100644
--- a/usr.sbin/mfiutil/mfi_properties.c
+++ b/usr.sbin/mfiutil/mfi_properties.c
@@ -64,8 +64,8 @@ mfi_ctrl_set_properties(int fd, struct mfi_ctrl_props *info)
 }
 
 /*
- * aquire the controller properties data structure modify the
- * rebuild rate if requested and then retun
+ * aquite the controller properties data structure modify the 
+ * rebuild rate if requested and then return
  */
 static int
 mfi_ctrl_rebuild_rate(int ac, char **av)