diff --git a/src/taalgos/emptinessta.cc b/src/taalgos/emptinessta.cc index 6d63a6a9a..f187e98d3 100644 --- a/src/taalgos/emptinessta.cc +++ b/src/taalgos/emptinessta.cc @@ -52,8 +52,7 @@ namespace spot // We use five main data in this algorithm: - // * scc: a stack of strongly connected components (SCC) - scc; + // * scc: (attribute) a stack of strongly connected components (SCC) // * arc, a stack of acceptance conditions between each of these SCC, std::stack arc;