New upstream version 1.10
[debian/gzip] / 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.  */