mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++: Fix spelling.
This commit is contained in:
@@ -178,7 +178,7 @@ private predicate isExplicitUse(Operand op) {
|
||||
load.getAUse().getUse() instanceof InitializeIndirectionInstruction
|
||||
) and
|
||||
// Don't include this operand as a use if the only use of the address is for a write
|
||||
// that definately overrides a variable.
|
||||
// that definitely overrides a variable.
|
||||
not (explicitWrite(true, _, vai) and exists(unique( | | vai.getAUse())))
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user