summaryrefslogtreecommitdiff
path: root/compilerplugins/clang
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r--compilerplugins/clang/store/tutorial/tutorial1.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/store/tutorial/tutorial1.hxx b/compilerplugins/clang/store/tutorial/tutorial1.hxx
index 59f115147780..a296ab2cf27b 100644
--- a/compilerplugins/clang/store/tutorial/tutorial1.hxx
+++ b/compilerplugins/clang/store/tutorial/tutorial1.hxx
@@ -19,7 +19,7 @@ namespace loplugin
// The class implementing the plugin action.
class Tutorial1
- // 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< Tutorial1 >
{
public: