From 3ff4a47ba067c63aa5d2778fc5aff67624347f44 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Thu, 17 Feb 2005 09:09:34 +0000 Subject: [PATCH] Fix two typos in comments. Submitted by: ru & Max Okumoto --- usr.bin/make/main.c | 4 ++-- 1 file 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. */