]> granicus.if.org Git - clang/commitdiff
Fix typo in comment.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 6 Jul 2014 17:32:10 +0000 (17:32 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 6 Jul 2014 17:32:10 +0000 (17:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212404 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Template.h

index a0e7232228e8f759501c8363b4bd1798296c5f31..c08a5df00b36495a7874fa50147aa54d83017e6f 100644 (file)
@@ -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<Decl *, DeclArgumentPack *> *
     findInstantiationOf(const Decl *D);