From c3c1bae985ff42cf0e7160a3900608ec67387870 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Tue, 30 Aug 2005 00:28:55 +0000 Subject: [PATCH] Comment correction. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1866 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/build/unix/build.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/build/unix/build.config b/sc2/build/unix/build.config index 97fe22622..23ed862dd 100644 --- a/sc2/build/unix/build.config +++ b/sc2/build/unix/build.config @@ -108,7 +108,7 @@ uqm_prepare_config() # Some standard header won't even compile with this on # CFLAGS="$CFLAGS -Wshadow" # This gives absurd conflicts with standard files, - # like from 'y2' + # like from 'y0 and y1' # CFLAGS="$CFLAGS -Werror" # We shouldn't do this until we actually nail them # all in the original code. Then we can enforce them