util: fix comment typo
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 4 Dec 2015 14:03:24 +0000 (14:03 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 4 Dec 2015 14:06:41 +0000 (14:06 +0000)
Undefining the NDEBUG is relevant for release build, as they are the
ones that set it.

[Emil Velikov: split from previous patch]
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/util/u_atomic_test.c

index 7844f61..7a77768 100644 (file)
@@ -26,7 +26,7 @@
  **************************************************************************/
 
 
-/* Force assertions, even on debug builds. */
+/* Force assertions, even on release builds. */
 #undef NDEBUG