home · contact · privacy
Fix typo in comment.
[plomrogue] / build / compiler_flags
index bc4ea28ab2e213c0218b77ed9a05a42e249847ba..b17dac3db9ea7444a3215a19e0b1dc50671ac13e 100644 (file)
@@ -5,7 +5,7 @@
 OFLAG='-O3'
 CFLAGS="-std=c11 -pedantic-errors -Wall -Werror -Wextra -Wformat-security $OFLAG"
 
-# For non-GNU gcc masks, drop all gcc-specific debugginf flags.
+# For non-GNU gcc masks, drop all gcc-specific debugging flags.
 test=`stat --version 2>&1 | grep 'Free Software Foundation' | wc -l`
 if [ 1 -gt $test ]
 then