Skip to content

Commit a588bcf

Browse files
committed
spelling: representing
Signed-off-by: Josh Soref <[email protected]>
1 parent ad3f6f4 commit a588bcf

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/lib/semmle/code/cpp/exprs

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/exprs/Call.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ class VacuousDestructorCall extends Expr, @vacuous_destructor_call {
494494
* An initialization of a base class or member variable performed as part
495495
* of a constructor's explicit initializer list or implicit actions.
496496
*
497-
* This is a QL root class for reprenting various types of constructor
497+
* This is a QL root class for representing various types of constructor
498498
* initializations.
499499
*/
500500
class ConstructorInit extends Expr, @ctorinit {

0 commit comments

Comments
 (0)