diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-06-10 15:44:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-06-11 08:21:11 +0200 |
commit | 8296303dc53b15f79adcc38699d2d3d77c2a75a4 (patch) | |
tree | c4477112861875f9d72bb60cc8ae33f8963465f8 /compilerplugins/clang/test/writeonlyvars.cxx | |
parent | 03b77f972f6be23f75dfe3773266a660e61e5607 (diff) |
typo in comment
Change-Id: I60bcfa3182ce67ab50195ae6e7436839afe62c87
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96028
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'compilerplugins/clang/test/writeonlyvars.cxx')
-rw-r--r-- | compilerplugins/clang/test/writeonlyvars.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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]}} |