summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-11 22:29:19 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-11 22:29:25 -0800
commit8e4373712409e2411652cf0697c33d91e95fd405 (patch)
tree65e7ca38cca499de53b576c04bb64432fa20a4ba
parent3a28a2a0146c4979281ffea641dede9a32df08f9 (diff)
downloadxorg-util-makedepend-8e4373712409e2411652cf0697c33d91e95fd405.tar.gz
Fix a comment typo
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-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)