]> Savannah Git Hosting - gnulib.git/commitdiff
assure: Fix comment.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Oct 2018 08:14:15 +0000 (10:14 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 15 Oct 2018 08:14:15 +0000 (10:14 +0200)
* lib/assure.h: Fix typo in comment.

lib/assure.h

index de6c38db6afe472c25d3b41413c7f5f59c6fd9a1..1cc600ab0acca3aea353dc9c054d37c02dc14191 100644 (file)
@@ -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.  */