summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-04 13:43:33 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-19 14:01:01 +0200
commitad1fb1c3dfb04e956d8793a320714c1ae1ba5941 (patch)
tree416f77eabd800b81b4d8aa3d8f91e2c72e83642b /compilerplugins
parent5a8389c834ae8d09fd43acca89fb34612788a9f6 (diff)
Fix typos
Change-Id: I7d12fe95d1c65a431325273c6e95943166e2ec58 Reviewed-on: https://gerrit.libreoffice.org/56941 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/vclwidgets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/vclwidgets.cxx b/compilerplugins/clang/vclwidgets.cxx
index 84d7ffea6bb2..b20963510181 100644
--- a/compilerplugins/clang/vclwidgets.cxx
+++ b/compilerplugins/clang/vclwidgets.cxx
@@ -392,7 +392,7 @@ bool VCLWidgets::VisitVarDecl(const VarDecl * pVarDecl) {
return true;
}
// std::pair seems to show up in whacky ways in clang's AST. Sometimes it's a class, sometimes it's a typedef, and sometimes
- // its an ElaboratedType (whatever that is)
+ // it's an ElaboratedType (whatever that is)
if (s.find("pair") != std::string::npos) {
return true;
}