[Tarantool-patches] [PATCH 1/4] decimal: fix comment typo

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Apr 6 00:22:01 MSK 2020


This commit LGTM.

On 04/04/2020 01:02, Serge Petrenko wrote:
> ---
>  src/lib/core/mp_decimal.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/lib/core/mp_decimal.h b/src/lib/core/mp_decimal.h
> index 778529068..3c708a8e8 100644
> --- a/src/lib/core/mp_decimal.h
> +++ b/src/lib/core/mp_decimal.h
> @@ -56,7 +56,7 @@ mp_decode_decimal(const char **data, decimal_t *dec);
>  
>  /**
>   * \brief Encode a decimal pointed to by \a dec.
> - * \parad dec - decimal pointer
> + * \param dec - decimal pointer
>   * \param data - a buffer
>   * \return \a data + mp_sizeof_decimal(\a dec)
>   */
> 


More information about the Tarantool-patches mailing list