We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b8d7e commit 25c4d9dCopy full SHA for 25c4d9d
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImpl.qll
@@ -1363,7 +1363,7 @@ class PhiNode extends Definition instanceof SsaImpl::PhiNode {
1363
override predicate isCertain() {
1364
// If this phi node is part of a phi cycle of phi nodes the least
1365
// fixed-point semantics of datalog means we don't get the right answer.
1366
- // So we perform an SCC reduction to simulate greated fixed-point semantics.
+ // So we perform an SCC reduction to simulate greatest fixed-point semantics.
1367
getCycle(this).isCertain()
1368
or
1369
// If there is no cycle we get the right semantics through traditional
0 commit comments