summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-05-07 11:44:15 +0300
committerTor Lillqvist <tml@collabora.com>2015-05-07 11:44:15 +0300
commit8d7791858ae09dc6185bf0b116a66c7580040b09 (patch)
tree30f0537317fa86eb43961ed4c5b7157214bb7fc0 /compilerplugins
parent35fa267341be9d5d22a41e2aad1f1da462543783 (diff)
It's its, not it's
Change-Id: Ic108625cdc8376095dfd19184ecad39bfeccd160
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 e7066c2f890a..ff5583236a0f 100644
--- a/compilerplugins/clang/vclwidgets.cxx
+++ b/compilerplugins/clang/vclwidgets.cxx
@@ -206,7 +206,7 @@ bool VCLWidgets::VisitCXXDestructorDecl(const CXXDestructorDecl* pCXXDestructorD
{
report(
DiagnosticsEngine::Warning,
- "OutputDevice subclass should have nothing in it's destructor but a call to disposeOnce().",
+ "OutputDevice subclass should have nothing in its destructor but a call to disposeOnce().",
pCXXDestructorDecl->getLocStart())
<< pCXXDestructorDecl->getSourceRange();
}