summaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.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/parse.c
parent7c637968288584dda60170d7c2977973e20ae503 (diff)
Notes
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r--usr.bin/make/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index 6304a41483ab..7dc9e61073e4 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -2281,7 +2281,7 @@ test_char:
/*
* Strip trailing blanks and tabs from the line.
- * Do not strip a blank or tab that is preceeded by
+ * Do not strip a blank or tab that is preceded by
* a '\'
*/
ep = line;