summaryrefslogtreecommitdiff
path: root/compilerplugins/clang
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r--compilerplugins/clang/store/cascadingcondop.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/store/cascadingcondop.hxx b/compilerplugins/clang/store/cascadingcondop.hxx
index 5bdf11093957..f2c995064eb4 100644
--- a/compilerplugins/clang/store/cascadingcondop.hxx
+++ b/compilerplugins/clang/store/cascadingcondop.hxx
@@ -21,7 +21,7 @@ struct WalkCounter;
// The class implementing the plugin action.
class CascadingCondOp
- // Inherits from the Clang class that will allow examing the Clang AST tree (i.e. syntax tree).
+ // Inherits from the Clang class that will allow examining the Clang AST tree (i.e. syntax tree).
: public FilteringPlugin< CascadingCondOp >
{
public: