diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2014-07-06 17:32:10 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2014-07-06 17:32:10 +0000 |
commit | 178cadafc1a7fc576b6f4eb86a598c24247ccad7 (patch) | |
tree | 38490c03fb0ec4898f39a20da35327707b878f75 | |
parent | e54d8216715f02bfdeb573c96839c8d114e83359 (diff) | |
download | bcm5719-llvm-178cadafc1a7fc576b6f4eb86a598c24247ccad7.tar.gz bcm5719-llvm-178cadafc1a7fc576b6f4eb86a598c24247ccad7.zip |
Fix typo in comment.
llvm-svn: 212404
-rw-r--r-- | clang/include/clang/Sema/Template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Sema/Template.h b/clang/include/clang/Sema/Template.h index a0e7232228e..c08a5df00b3 100644 --- a/clang/include/clang/Sema/Template.h +++ b/clang/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<Decl *, DeclArgumentPack *> * findInstantiationOf(const Decl *D); |