changeset 39921:a52296bb5b69

assure: Fix comment. * lib/assure.h: Fix typo in comment.
author Bruno Haible <bruno@clisp.org>
date Mon, 15 Oct 2018 10:14:15 +0200
parents e09facd7352a
children 19aa0e7905eb
files lib/assure.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/assure.h	Mon Oct 15 00:37:55 2018 -0500
+++ b/lib/assure.h	Mon Oct 15 10:14:15 2018 +0200
@@ -23,7 +23,7 @@
 #include <assert.h>
 
 /* 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.  */