summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-24 13:21:18 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-28 07:40:46 +0200
commit4f3c39b3953098cb0f93eb2ba1f0a20bb071e713 (patch)
tree04cbc248937d4d71ee0b3d57d1d66e541d673a50 /compilerplugins
parent6bcc4cb109b4ab6ec194a04c53cf1d545a7a7dfd (diff)
Fix typo
Change-Id: I8c928576919c9410eda0a7f33b2120d13c3bc6bf Reviewed-on: https://gerrit.libreoffice.org/71450 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins')
-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: