[Libreoffice-commits] core.git: compilerplugins/clang

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 11 06:21:49 UTC 2020


 compilerplugins/clang/test/writeonlyvars.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8296303dc53b15f79adcc38699d2d3d77c2a75a4
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jun 10 15:44:52 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Jun 11 08:21:11 2020 +0200

    typo in comment
    
    Change-Id: I60bcfa3182ce67ab50195ae6e7436839afe62c87
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96028
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/compilerplugins/clang/test/writeonlyvars.cxx b/compilerplugins/clang/test/writeonlyvars.cxx
index a596c864c3a8..4c3732867a81 100644
--- a/compilerplugins/clang/test/writeonlyvars.cxx
+++ b/compilerplugins/clang/test/writeonlyvars.cxx
@@ -84,7 +84,7 @@ void test()
     css::uno::Any any;
     any >>= m_bar9;
 
-    // check that we see don't see writes when calling operator<<=
+    // check that we don't see writes when calling operator<<=
     // expected-error at +1 {{read m_bar10 [loplugin:writeonlyvars]}}
     sal_Int32 m_bar10 = 0;
     // expected-error at +2 {{write any2 [loplugin:writeonlyvars]}}


More information about the Libreoffice-commits mailing list