Skip to content

Commit f798464

Browse files
bdrodesgeoffw0
andauthored
Update cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql
Co-authored-by: Geoffrey White <[email protected]>
1 parent b7648bc commit f798464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class WideCharPointerType extends PointerType {
1919
}
2020

2121
/**
22-
* types that may also be `CharPointerType`, but that are likely used as arbitrary buffers
22+
* A type that may also be `CharPointerType`, but that are likely used as arbitrary buffers.
2323
*/
2424
class UnlikelyToBeAStringType extends Type {
2525
UnlikelyToBeAStringType() {

0 commit comments

Comments
 (0)