diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-02-01 15:23:29 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-02-02 08:56:07 +0100 |
commit | 13053299999c1a1931c322761b7e3390d7bdaa1f (patch) | |
tree | 40bdb36955a06537e1f6b6892f49d2f348165b8c | |
parent | 9877a0190e43241f4a5102e5d9cc7181f91d5a6f (diff) |
Fix typo
Change-Id: I2532e97d2f7b4808832ef1ead5a928885ff7c3c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129317
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | compilerplugins/clang/cow_wrapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |