From 8d7791858ae09dc6185bf0b116a66c7580040b09 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 7 May 2015 11:44:15 +0300 Subject: [PATCH] It's its, not it's Change-Id: Ic108625cdc8376095dfd19184ecad39bfeccd160 --- compilerplugins/clang/vclwidgets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }