We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb3aec commit 55fe8d3Copy full SHA for 55fe8d3
cpp/ql/lib/semmle/code/cpp/security/flowafterfree/UseAfterFree.qll
@@ -142,7 +142,7 @@ private import semmle.code.cpp.ir.dataflow.internal.DataFlowImplCommon
142
143
/**
144
* Holds if `n` represents the expression `e`, and `e` is a pointer that is
145
- * guarenteed to be dereferenced (either because it's an operand of a
+ * guaranteed to be dereferenced (either because it's an operand of a
146
* dereference operation, or because it's an argument to a function that
147
* always dereferences the parameter).
148
*/
0 commit comments