Skip to content

Commit a2c6278

Browse files
committed
C++: fix typo in qhelp
1 parent d4ec8f6 commit a2c6278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Critical/UseAfterFree.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<p>
99
This rule finds accesses through a pointer of a memory location that has already been freed (i.e. through a dangling pointer).
1010
Such memory blocks have already been released to the dynamic memory manager, and modifying them can lead to anything
11-
from a segfault to memory corruption that would cause subsequent calls to the dynamic memory manger to behave
11+
from a segfault to memory corruption that would cause subsequent calls to the dynamic memory manager to behave
1212
erratically, to a possible security vulnerability.
1313
</p>
1414

0 commit comments

Comments
 (0)