From 6883355bc8291d740e4c86c3e15b61f227977fd1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Feb 2018 09:18:25 +0200 Subject: Update/cleanup comment documentation for inner/outer operation semantics --- build2/algorithm.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/algorithm.cxx') diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx index 58ddb24..d39711b 100644 --- a/build2/algorithm.cxx +++ b/build2/algorithm.cxx @@ -222,10 +222,10 @@ namespace build2 const rule_match* match_impl (action a, target& t, const rule* skip, bool try_match) { - // If this is an outer operation (Y_for_X), then we look for rules + // If this is an outer operation (Y-for-X), then we look for rules // registered for the outer id (X). Note that we still pass the original // action to the rule's match() function so that it can distinguish - // between a pre/post operation (Y_for_X) and the actual operation (X). + // between a pre/post operation (Y-for-X) and the actual operation (X). // meta_operation_id mo (a.meta_operation ()); operation_id o (a.inner () ? a.operation () : a.outer_operation ()); -- cgit v1.1