summaryrefslogtreecommitdiff
path: root/usr.bin/make/job.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2004-11-29 06:20:04 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2004-11-29 06:20:04 +0000
commite4173539d675b3c69b75655a81a011021a1b6e5c (patch)
treef259b1724785e10073fd33c49dd61700a4b7aaba /usr.bin/make/job.c
parent1c9652681119cffbc7e6c4c88cb8b22241b0981f (diff)
Spell precede correctly.
'looks fine' millert@, krw@. ok jmc@
Diffstat (limited to 'usr.bin/make/job.c')
-rw-r--r--usr.bin/make/job.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index 937f9aa2144..469000e97ee 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -1,5 +1,5 @@
/* $OpenPackages$ */
-/* $OpenBSD: job.c,v 1.57 2004/07/19 02:10:47 espie Exp $ */
+/* $OpenBSD: job.c,v 1.58 2004/11/29 06:20:03 jsg Exp $ */
/* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */
/*
@@ -1987,7 +1987,7 @@ end_loop:
* Need to send the output to the screen. Null terminate it
* first, overwriting the newline character if there was one.
* So long as the line isn't one we should filter (according
- * to the shell description), we print the line, preceeded
+ * to the shell description), we print the line, preceded
* by a target banner if this target isn't the same as the
* one for which we last printed something.
* The rest of the data in the buffer are then shifted down