diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-11 22:29:19 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-11 22:29:25 -0800 |
commit | 8e4373712409e2411652cf0697c33d91e95fd405 (patch) | |
tree | 65e7ca38cca499de53b576c04bb64432fa20a4ba | |
parent | 3a28a2a0146c4979281ffea641dede9a32df08f9 (diff) |
Fix a comment typo
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -729,7 +729,7 @@ redirect(const char *line, const char *makefile) } /* - * use a default makefile is not specified. + * use a default if makefile is not specified. */ if (!makefile) { if (stat("Makefile", &st) == 0) |