From 3e5b6a035b16833f82335e327e9e18c56f37d1d2 Mon Sep 17 00:00:00 2001 From: Cyril Moineau <cyril.moineau@cea.fr> Date: Thu, 9 Nov 2023 09:09:10 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/graphRegex/matchFsm/MatchResult.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphRegex/matchFsm/MatchResult.cpp b/src/graphRegex/matchFsm/MatchResult.cpp index c1f6c2664..c871b3d0e 100644 --- a/src/graphRegex/matchFsm/MatchResult.cpp +++ b/src/graphRegex/matchFsm/MatchResult.cpp @@ -83,7 +83,7 @@ const std::string& query,const std::vector<NodePtr>& startNodes){ if (idxSubStm == mNbSubStm) { //precedence contain a list of FSM compatible, we just need to - //check if all the node have been valid by at least one context + //check if all the nodes have been validated by at least one context //1) make the set of all node for the compute graph that are valid in all the FsmRunTimeContext std::set<NodePtr> validNode; -- GitLab