compilerplugins/clang/cow_wrapper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 13053299999c1a1931c322761b7e3390d7bdaa1f Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Feb 1 15:23:29 2022 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Feb 2 08:56:07 2022 +0100 Fix typo Change-Id: I2532e97d2f7b4808832ef1ead5a928885ff7c3c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129317 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/compilerplugins/clang/cow_wrapper.cxx b/compilerplugins/clang/cow_wrapper.cxx index d5d1b47b3a43..aed9d609d289 100644 --- a/compilerplugins/clang/cow_wrapper.cxx +++ b/compilerplugins/clang/cow_wrapper.cxx @@ -21,7 +21,7 @@ /* Look for places where we are using cow_wrapper, but we are calling a const method on the impl object -with a non-const pointer, which means we will unnnecessarily trigger a copy. +with a non-const pointer, which means we will unnecessarily trigger a copy. */ namespace
