aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-02-17 09:09:34 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-02-17 09:09:34 +0000
commit3ff4a47ba067c63aa5d2778fc5aff67624347f44 (patch)
tree5d25d38361d512fea54087ffabead366de27604f
parent768820f8c77a509a3d540be53c78ae9f869feef1 (diff)
Notes
-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 d90ee6b3c6c3..52ad00205bf1 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.
*/