diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-16 19:19:26 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-01-16 19:50:09 +0100 |
commit | e43863a3d77e8da5b0ae3d0fc3e66e15f1fe0844 (patch) | |
tree | 9ee176903b8dd86098809ccb36f0d3949410a036 /compilerplugins/clang/salcall.cxx | |
parent | ce604542039f2b2bfa388a3f8b2a942da30ecca4 (diff) |
Fix typo
Change-Id: I249fb621f4920a351da6480966cbdc0ea14fdd13
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86940
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins/clang/salcall.cxx')
-rw-r--r-- | compilerplugins/clang/salcall.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |