summaryrefslogtreecommitdiff
path: root/compilerplugins/clang
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-24 13:21:19 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-26 07:05:09 +0200
commit1a9bd0ee5a34663ef1643df7a9b4c57dcbff16ad (patch)
treed1e9b02fa32d4076439aab2be554c0e39649a5d1 /compilerplugins/clang
parent07d99a6315de6453bb94b0afddf921d2e1aba896 (diff)
Fix typo
Change-Id: Ie687feebfccf27c366922acfc29ff12cdfa325ba Reviewed-on: https://gerrit.libreoffice.org/71338 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r--compilerplugins/clang/store/cascadingassignop.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/store/cascadingassignop.hxx b/compilerplugins/clang/store/cascadingassignop.hxx
index adc3eac77ba7..26080c004beb 100644
--- a/compilerplugins/clang/store/cascadingassignop.hxx
+++ b/compilerplugins/clang/store/cascadingassignop.hxx
@@ -21,7 +21,7 @@ struct WalkCounter;
// The class implementing the plugin action.
class CascadingAssignOp
- // 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< CascadingAssignOp >
{
public: