From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp47.i.mail.ru (smtp47.i.mail.ru [94.100.177.107]) (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 A10CC4696C4 for ; Sat, 4 Apr 2020 02:03:07 +0300 (MSK) From: Serge Petrenko Date: Sat, 4 Apr 2020 02:02:49 +0300 Message-Id: <2b723f8dbee77f04d22c808b1d6f69a4dd449832.1585954493.git.sergepetrenko@tarantool.org> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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: v.shpilevoy@tarantool.org Cc: tarantool-patches@dev.tarantool.org --- 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) */ -- 2.21.1 (Apple Git-122.3)