From: lilinjie Date: Tue, 10 Jan 2023 06:20:12 +0000 (+0800) Subject: fix typo X-Git-Tag: v0.96~27^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F462%2Fhead;p=thirdparty%2Fmtr.git fix typo Signed-off-by: lilinjie --- diff --git a/NEWS b/NEWS index ddbac03..f54718e 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