]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 23 Sep 2004 19:05:57 +0000 (19:05 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 23 Sep 2004 19:05:57 +0000 (19:05 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3200 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/make/gcc.mak

index 8a05205b362d08712ccba0814dd5e9df3d91aab1..dc2aa0df198dad6eb1f0c0c2df88fbbee0f7d138 100644 (file)
@@ -12,7 +12,7 @@ EXE   = cc65
 # Library directories
 COMMON = ../common
 
-# The compiler library search path. Default is "/usr/lib/cc65/include/" if
+# The compiler include search path. Default is "/usr/lib/cc65/include/" if
 # nothing is defined. You may use CC65_INC=foo on the command line to override it.
 CC65_INC = \"/usr/lib/cc65/include/\"