Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2023 09:49:48 -0700
From:      John Baldwin <jhb@FreeBSD.org>
To:        Warner Losh <imp@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: 56ca9ef09206 - main - mfiutil: Fix typos
Message-ID:  <f84ca12d-da28-b461-e5b3-ce7b79365773@FreeBSD.org>
In-Reply-To: <202306020234.3522YCKt005673@gitrepo.freebsd.org>
References:  <202306020234.3522YCKt005673@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f84ca12d-da28-b461-e5b3-ce7b79365773>