Skip to content

Commit 5a18f1f

Browse files
authored
Merge pull request github#18038 from github/nickrolfe/typo-manger
C++: fix typo in qhelp
2 parents d4ec8f6 + a2c6278 commit 5a18f1f

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)