From a79f2a2871a063a35e7865f1269ae15576f23419 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 15 Oct 2018 10:14:15 +0200 Subject: [PATCH] assure: Fix comment. * lib/assure.h: Fix typo in comment. --- lib/assure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5