aboutsummaryrefslogtreecommitdiff
path: root/build/algorithm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/algorithm.cxx')
-rw-r--r--build/algorithm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/algorithm.cxx b/build/algorithm.cxx
index 94c84b8..e09d125 100644
--- a/build/algorithm.cxx
+++ b/build/algorithm.cxx
@@ -338,7 +338,7 @@ namespace build
//
switch (t.raw_state)
{
- case target_state::group:
+ case target_state::group: // Means group's state is unknown.
case target_state::unknown:
case target_state::postponed:
{