[Libreoffice-commits] core.git: compilerplugins/clang

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Jan 16 18:51:21 UTC 2020


 compilerplugins/clang/salcall.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e43863a3d77e8da5b0ae3d0fc3e66e15f1fe0844
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jan 16 19:19:26 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jan 16 19:50:09 2020 +0100

    Fix typo
    
    Change-Id: I249fb621f4920a351da6480966cbdc0ea14fdd13
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86940
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list