From b7a6df88fd75a9524de4bc3cc1348daf0cafaad9 Mon Sep 17 00:00:00 2001 From: lilinjie Date: Tue, 10 Jan 2023 14:20:12 +0800 Subject: [PATCH] fix typo Signed-off-by: lilinjie --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ddbac03e..f54718e4 100644 --- a/NEWS +++ b/NEWS @@ -354,9 +354,9 @@ V0.88 build-sys: default to ,/configure --enable-silent-rules warnings: do not take abs() when data type is unsigned warnings: mark unused function input variables - warnings: fix couple unsigned vs signed variable comparisions + warnings: fix couple unsigned vs signed variable comparisons warnings: multiply timeval seconds only when the value is small - warnings: fix some missed unsigned vs signed variable comparisions + warnings: fix some missed unsigned vs signed variable comparisons comment: add value range note to initialization cast: do not downgrade to float when double should be used warnings: remove dead code