From e43863a3d77e8da5b0ae3d0fc3e66e15f1fe0844 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 16 Jan 2020 19:19:26 +0100 Subject: [PATCH] Fix typo Change-Id: I249fb621f4920a351da6480966cbdc0ea14fdd13 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86940 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- compilerplugins/clang/salcall.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilerplugins/clang/salcall.cxx b/compilerplugins/clang/salcall.cxx index ce32c46893ed..66e8ec89861e 100644 --- a/compilerplugins/clang/salcall.cxx +++ b/compilerplugins/clang/salcall.cxx @@ -29,7 +29,7 @@ // // VisitFunctionDecl would need to also visit explicit instantiations, by letting // shouldVisitTemplateInstantiations return true and returning from VisitFunctionDecl early iff -// decl->getTemplateSpecializationKind() == TSK_ImplicitInstantiation. However, an instantiatied +// decl->getTemplateSpecializationKind() == TSK_ImplicitInstantiation. However, an instantiated // FunctionDecl is created in TemplateDeclInstantiator::VisitCXXMethodDecl by copying information // (including source locations) from the declaration at #1, and later modified in // Sema::InstantiateFunctionDefinition with some source location information from the definition at