diff --git a/cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql b/cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql index 508489a359d..bfd3324f2a9 100644 --- a/cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql +++ b/cpp/ql/src/Security/CWE/CWE-704/WcharCharConversion.ql @@ -19,7 +19,7 @@ class WideCharPointerType extends PointerType { } /** - * types that may also be `CharPointerType`, but that are likely used as arbitrary buffers + * A type that may also be `CharPointerType`, but that are likely used as arbitrary buffers. */ class UnlikelyToBeAStringType extends Type { UnlikelyToBeAStringType() {