From: Nick Lewycky Date: Sun, 6 Jul 2014 17:32:10 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdb203a06d6972522eb56cf583421a20ebda4228;p=clang Fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212404 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Template.h b/include/clang/Sema/Template.h index a0e7232228..c08a5df00b 100644 --- a/include/clang/Sema/Template.h +++ b/include/clang/Sema/Template.h @@ -319,7 +319,7 @@ namespace clang { /// \param D The declaration whose instantiation we are searching for. /// /// \returns A pointer to the declaration or argument pack of declarations - /// to which the declaration \c D is instantiataed, if found. Otherwise, + /// to which the declaration \c D is instantiated, if found. Otherwise, /// returns NULL. llvm::PointerUnion * findInstantiationOf(const Decl *D);