summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 2db9ec6..b13e020 100644
--- a/main.c
+++ b/main.c
@@ -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)