compilerplugins/clang/test/writeonlyvars.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8296303dc53b15f79adcc38699d2d3d77c2a75a4 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed Jun 10 15:44:52 2020 +0200 Commit: Stephan Bergmann <sberg...@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 <sberg...@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@+1 {{read m_bar10 [loplugin:writeonlyvars]}} sal_Int32 m_bar10 = 0; // expected-error@+2 {{write any2 [loplugin:writeonlyvars]}} _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits