Re: git: 56ca9ef09206 - main - mfiutil: Fix typos

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Fri, 02 Jun 2023 16:49:48 UTC
On 6/1/23 7:34 PM, Warner Losh wrote:
> 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
>    */

I think this one wants to be "acquire"

-- 
John Baldwin