Skip to content

Commit 9e77b89

Browse files
MathiasVPhubwriter
andauthored
Update TypeConfusion.qhelp
Co-authored-by: hubwriter <[email protected]>
1 parent b876117 commit 9e77b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-843/TypeConfusion.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<overview>
55
<p>
6-
Certain casts in C and C++ places no restrictions on the target type. For
6+
Certain casts in C and C++ place no restrictions on the target type. For
77
example, C style casts such as <code>(MyClass*)p</code> allows the programmer
88
to cast any pointer <code>p</code> to an expression of type <code>MyClass*</code>.
99
If the runtime type of <code>p</code> turns out to be a type that's incompatible

0 commit comments

Comments
 (0)