[Libreoffice-commits] core.git: compilerplugins/clang
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 26 05:06:14 UTC 2019
compilerplugins/clang/store/cascadingassignop.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1a9bd0ee5a34663ef1643df7a9b4c57dcbff16ad
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 24 13:21:19 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Apr 26 07:05:09 2019 +0200
Fix typo
Change-Id: Ie687feebfccf27c366922acfc29ff12cdfa325ba
Reviewed-on: https://gerrit.libreoffice.org/71338
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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:
More information about the Libreoffice-commits
mailing list