From: Bruno Haible Date: Mon, 15 Oct 2018 08:14:15 +0000 (+0200) Subject: assure: Fix comment. X-Git-Tag: v1.0~5342 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=a79f2a2871a063a35e7865f1269ae15576f23419;p=gnulib.git assure: Fix comment. * lib/assure.h: Fix typo in comment. --- diff --git a/lib/assure.h b/lib/assure.h index de6c38db6a..1cc600ab0a 100644 --- a/lib/assure.h +++ b/lib/assure.h @@ -23,7 +23,7 @@ #include /* Check E's value at runtime, and report an error and abort if not. - However, do nothng if NDEBUG is defined. + However, do nothing if NDEBUG is defined. Unlike standard 'assert', this macro always compiles E even when NDEBUG is defined, so as to catch typos and avoid some GCC warnings. */