We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3f6f4 commit a588bcfCopy full SHA for a588bcf
cpp/ql/lib/semmle/code/cpp/exprs/Call.qll
@@ -494,7 +494,7 @@ class VacuousDestructorCall extends Expr, @vacuous_destructor_call {
494
* An initialization of a base class or member variable performed as part
495
* of a constructor's explicit initializer list or implicit actions.
496
*
497
- * This is a QL root class for reprenting various types of constructor
+ * This is a QL root class for representing various types of constructor
498
* initializations.
499
*/
500
class ConstructorInit extends Expr, @ctorinit {
0 commit comments