Skip to content

Commit 25c4d9d

Browse files
MathiasVPCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 07b8d7e commit 25c4d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ class PhiNode extends Definition instanceof SsaImpl::PhiNode {
13631363
override predicate isCertain() {
13641364
// If this phi node is part of a phi cycle of phi nodes the least
13651365
// 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.
1366+
// So we perform an SCC reduction to simulate greatest fixed-point semantics.
13671367
getCycle(this).isCertain()
13681368
or
13691369
// If there is no cycle we get the right semantics through traditional

0 commit comments

Comments
 (0)