Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6fd00 commit da6fa7aCopy full SHA for da6fa7a
1 file changed
cpp/ql/src/semmle/code/cpp/Type.qll
@@ -381,7 +381,7 @@ private predicate isIntegralType(@builtintype type, int kind) {
381
/**
382
* A C/C++ integral or `enum` type.
383
*
384
- * The definition of "integral type" in the C++ Standard excludes `enum` types,
+ * The definition of "integral type" in the C++ standard excludes `enum` types,
385
* but because an `enum` type holds a value of its underlying integral type,
386
* it is often useful to have a common category that includes both integral
387
* and `enum` types.
0 commit comments