aboutsummaryrefslogtreecommitdiff
path: root/build/rule
diff options
context:
space:
mode:
Diffstat (limited to 'build/rule')
-rw-r--r--build/rule4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/rule b/build/rule
index 8c7e4c1..eda6ed3 100644
--- a/build/rule
+++ b/build/rule
@@ -64,10 +64,10 @@ namespace build
extern operation_rule_map rules;
- // Fallback rule that on update verifies that the path exists and is
+ // Fallback rule that on update verifies that the file exists and is
// not older than any of its prerequisites.
//
- class path_rule: public rule
+ class file_rule: public rule
{
public:
virtual match_result