Fix two typos in comments.

Submitted by:	ru & Max Okumoto <okumoto@ucsd.edu>
This commit is contained in:
Hartmut Brandt 2005-02-17 09:09:34 +00:00
parent 768820f8c7
commit 3ff4a47ba0

View File

@ -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.
*/