[Libreoffice-commits] core.git: 2 commits - compilerplugins/clang
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Apr 28 05:41:25 UTC 2019
compilerplugins/clang/store/cascadingcondop.hxx | 2 +-
compilerplugins/clang/store/tutorial/tutorial1.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 15b8ffbe0d99606529dafebb33c529a091797286
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 24 13:21:17 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 28 07:40:57 2019 +0200
Fix typo
Change-Id: Id6985abca7702039168381082da4e47603b9aaf3
Reviewed-on: https://gerrit.libreoffice.org/71451
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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:
commit 4f3c39b3953098cb0f93eb2ba1f0a20bb071e713
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 24 13:21:18 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 28 07:40:46 2019 +0200
Fix typo
Change-Id: I8c928576919c9410eda0a7f33b2120d13c3bc6bf
Reviewed-on: https://gerrit.libreoffice.org/71450
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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:
More information about the Libreoffice-commits
mailing list