From 061d55f8b099adf7ed154df043ffd412bca8f0ed Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 4 May 2024 12:47:25 +0200 Subject: [PATCH] Fix typo Change-Id: I0db9bdf1d16baf52ad12591634a236e1aeab4e9e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167115 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- comphelper/qa/unit/variadictemplates.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comphelper/qa/unit/variadictemplates.cxx b/comphelper/qa/unit/variadictemplates.cxx index 0ab7cb757669..e2a282193a41 100644 --- a/comphelper/qa/unit/variadictemplates.cxx +++ b/comphelper/qa/unit/variadictemplates.cxx @@ -24,7 +24,7 @@ public: CPPUNIT_TEST_SUITE(VariadicTemplatesTest); // This unit test sometimes generates a compiler crash on macos Intel. Unfortunately the crash -// is sometimes in the codegen phase, so its not obvious how to fix it. +// is sometimes in the codegen phase, so it's not obvious how to fix it. #if !(defined(MACOSX) && defined __x86_64__ && __clang_major__ <= 14) CPPUNIT_TEST(testUnwrapArgs); #endif