Update cpp/ql/src/semmle/code/cpp/Type.qll

Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
Geoffrey White
2019-11-13 15:53:34 +00:00
committed by GitHub
parent da6fa7adfc
commit 5e15265b50

View File

@@ -612,7 +612,7 @@ class SignedCharType extends CharType {
/**
* The C/C++ short types. See 4.3. This includes `short`, `signed short`
* and `unsigned short`; `short` and `signed short` are equivalent.
* and `unsigned short`.
* ```
* signed short ss;
* ```