Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da6fa7a

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/Type.qll
Co-Authored-By: Jonas Jensen <[email protected]>
1 parent 4c6fd00 commit da6fa7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ private predicate isIntegralType(@builtintype type, int kind) {
381381
/**
382382
* A C/C++ integral or `enum` type.
383383
*
384-
* The definition of "integral type" in the C++ Standard excludes `enum` types,
384+
* The definition of "integral type" in the C++ standard excludes `enum` types,
385385
* but because an `enum` type holds a value of its underlying integral type,
386386
* it is often useful to have a common category that includes both integral
387387
* and `enum` types.

0 commit comments

Comments
 (0)