aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/suff.c
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-18 10:43:53 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-18 10:43:53 +0000
commitd7d97eb0aa6f7315a98a6010d82c4fc71bd2211c (patch)
treef8fb6added0ae23b19c6ae7f29f514a212a31fde /usr.bin/make/suff.c
parent7c637968288584dda60170d7c2977973e20ae503 (diff)
Notes
Diffstat (limited to 'usr.bin/make/suff.c')
-rw-r--r--usr.bin/make/suff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c
index 0e58fb9ff7ef..81d4216190a7 100644
--- a/usr.bin/make/suff.c
+++ b/usr.bin/make/suff.c
@@ -846,7 +846,7 @@ Suff_GetPath (sname)
* The searchPath field of all the suffixes is extended by the
* directories in dirSearchPath. If paths were specified for the
* ".h" suffix, the directories are stuffed into a global variable
- * called ".INCLUDES" with each directory preceeded by a -I. The same
+ * called ".INCLUDES" with each directory preceded by a -I. The same
* is done for the ".a" suffix, except the variable is called
* ".LIBS" and the flag is -L.
*-----------------------------------------------------------------------