summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-02-17 09:09:34 +0000
committerharti <harti@FreeBSD.org>2005-02-17 09:09:34 +0000
commit627a049bbf941ad657c99714283f8f6529a0f5bf (patch)
tree5d25d38361d512fea54087ffabead366de27604f /usr.bin/make
parenta83cbf6327945f8d1f236ff20d376604c4f89376 (diff)
downloadFreeBSD-src-627a049bbf941ad657c99714283f8f6529a0f5bf.zip
FreeBSD-src-627a049bbf941ad657c99714283f8f6529a0f5bf.tar.gz
Fix two typos in comments.
Submitted by: ru & Max Okumoto <okumoto@ucsd.edu>
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index d90ee6b..52ad002 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -849,9 +849,9 @@ main(int argc, char **argv)
if (Lst_IsEmpty(&variables)) {
/*
* Since the user has not requested that any variables
- * be printed, we can built targets.
+ * be printed, we can build targets.
*
- * Have red the entire graph and need to make a list of targets
+ * Have read the entire graph and need to make a list of targets
* to create. If none was given on the command line, we consult
* the parsing module to find the main target(s) to create.
*/
OpenPOWER on IntegriCloud