From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp10.mail.ru (smtp10.mail.ru [94.100.181.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 52EC24696C3 for ; Mon, 6 Apr 2020 00:22:03 +0300 (MSK) References: <2b723f8dbee77f04d22c808b1d6f69a4dd449832.1585954493.git.sergepetrenko@tarantool.org> From: Vladislav Shpilevoy Message-ID: <77b6572e-1c0b-db9d-18ed-bbfcd9d98af8@tarantool.org> Date: Sun, 5 Apr 2020 23:22:01 +0200 MIME-Version: 1.0 In-Reply-To: <2b723f8dbee77f04d22c808b1d6f69a4dd449832.1585954493.git.sergepetrenko@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 1/4] decimal: fix comment typo List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Serge Petrenko Cc: tarantool-patches@dev.tarantool.org 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) > */ >