Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7b73a commit cb1dacfCopy full SHA for cb1dacf
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternalsCommon.qll
@@ -149,14 +149,14 @@ abstract class Indirection extends Type {
149
150
/**
151
* Holds if `deref` is an instruction that behaves as a `LoadInstruction`
152
- * that loads the value computed by `addres`.
+ * that loads the value computed by `address`.
153
*/
154
predicate isAdditionalDereference(Instruction deref, Operand address) { none() }
155
156
157
* Holds if `value` is written to the address computed by `address`.
158
*
159
- * `certain` is `true` if this write is guarenteed to write to the address.
+ * `certain` is `true` if this write is guaranteed to write to the address.
160
161
predicate isAdditionalWrite(Node0Impl value, Operand address, boolean certain) { none() }
162
0 commit comments