From 2b2b26cc9f32027cc2d51b2c970e84ef6e19891f Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 9 Mar 2015 17:18:19 +0100 Subject: [PATCH] Fix typo in comment. --- build/compiler_flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/compiler_flags b/build/compiler_flags index bc4ea28..b17dac3 100644 --- a/build/compiler_flags +++ b/build/compiler_flags @@ -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 -- 2.30.2