Skip to content

Commit 55fe8d3

Browse files
authored
Update cpp/ql/lib/semmle/code/cpp/security/flowafterfree/UseAfterFree.qll
1 parent dfb3aec commit 55fe8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/security/flowafterfree/UseAfterFree.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ private import semmle.code.cpp.ir.dataflow.internal.DataFlowImplCommon
142142

143143
/**
144144
* 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
145+
* guaranteed to be dereferenced (either because it's an operand of a
146146
* dereference operation, or because it's an argument to a function that
147147
* always dereferences the parameter).
148148
*/

0 commit comments

Comments
 (0)