diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2005-02-17 09:09:34 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-02-17 09:09:34 +0000 |
| commit | 3ff4a47ba067c63aa5d2778fc5aff67624347f44 (patch) | |
| tree | 5d25d38361d512fea54087ffabead366de27604f | |
| parent | 768820f8c77a509a3d540be53c78ae9f869feef1 (diff) | |
Notes
| -rw-r--r-- | usr.bin/make/main.c | 4 |
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. */ |
