Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb1dacf

Browse files
committed
C++: Fix QL-for-QL warnings
1 parent 9e7b73a commit cb1dacf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@ abstract class Indirection extends Type {
149149

150150
/**
151151
* Holds if `deref` is an instruction that behaves as a `LoadInstruction`
152-
* that loads the value computed by `addres`.
152+
* that loads the value computed by `address`.
153153
*/
154154
predicate isAdditionalDereference(Instruction deref, Operand address) { none() }
155155

156156
/**
157157
* Holds if `value` is written to the address computed by `address`.
158158
*
159-
* `certain` is `true` if this write is guarenteed to write to the address.
159+
* `certain` is `true` if this write is guaranteed to write to the address.
160160
*/
161161
predicate isAdditionalWrite(Node0Impl value, Operand address, boolean certain) { none() }
162162

0 commit comments

Comments
 (0)