summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-06-08 17:05:10 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-06-14 09:22:14 +0200
commita9fd52783c5b66a5bf9d26631d788fce0e500355 (patch)
treea4af9a91e8f4b4db9f4910f4cefa4f13d77666b4 /compilerplugins
parentef08ba8f89c4a2ff911a82498993ef88b40f2b92 (diff)
Fix typos
Change-Id: I9fbb2e38632d8baa48fb9325824fd2bf7a064d10 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95840 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/elidestringvar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/elidestringvar.cxx b/compilerplugins/clang/elidestringvar.cxx
index d0336fd8bbbd..4ca28d0d881d 100644
--- a/compilerplugins/clang/elidestringvar.cxx
+++ b/compilerplugins/clang/elidestringvar.cxx
@@ -24,7 +24,7 @@
// if addresses are taken and compared) reasons.
//
// For one, the historically heavy syntax for such uses of string literals
-// (RTL_CONSTASCII_USTRINGPARAM etc.) probably explains many of these redundant variables, wich can
+// (RTL_CONSTASCII_USTRINGPARAM etc.) probably explains many of these redundant variables, which can
// now be considered cargo-cult baggage. For another, some of those variables are used as arguments
// to functions which also have more efficient overloads directly taking string literals. And for
// yet another, some cases with default-initialized variables turned out to be effectively unused