Skip to content

Commit e1598ab

Browse files
committed
C++: Fix spelling.
1 parent 25253c7 commit e1598ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ private predicate isExplicitUse(Operand op) {
178178
load.getAUse().getUse() instanceof InitializeIndirectionInstruction
179179
) and
180180
// Don't include this operand as a use if the only use of the address is for a write
181-
// that definately overrides a variable.
181+
// that definitely overrides a variable.
182182
not (explicitWrite(true, _, vai) and exists(unique( | | vai.getAUse())))
183183
)
184184
}

0 commit comments

Comments
 (0)