Makefile: grave comment typo
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Wed, 18 Mar 2009 00:22:46 +0000 (00:22 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Wed, 18 Mar 2009 00:22:46 +0000 (00:22 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@2800 78b8d119-cf0a-0410-b17c-f493084dd1d7

Makefile

index 84e6e93..143926a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ SSE_CFLAGS := $(shell env CC="$(CC)" sh scripts/get-sse-cflags.sh)
 
 ifeq ($(ENABLE_WII),1)
     # -std=c99 because we need isnormal and -fms-extensions because
-    # libwiimote headers makes heavy use of the "unnamed fields" GCC
+    # libwiimote headers make heavy use of the "unnamed fields" GCC
     # extension.
 
     ALL_CFLAGS := -Wall -std=c99 -pedantic -fms-extensions \