From c28bb7c4038916d359228317d4ef5fe17dabce61 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Nov 2019 15:11:53 +0200 Subject: Add couple of sanity checks --- libbuild2/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/rule.cxx') diff --git a/libbuild2/rule.cxx b/libbuild2/rule.cxx index d69e817..776f022 100644 --- a/libbuild2/rule.cxx +++ b/libbuild2/rule.cxx @@ -71,7 +71,7 @@ namespace build2 if (p->empty ()) { // Since we cannot come up with an extension, ask the target's - // derivation function to treat this as prerequisite (just like in + // derivation function to treat this as a prerequisite (just like in // search_existing_file()). // if (pt->derive_extension (true) == nullptr) -- cgit v1.1