r212404 - Fix typo in comment.
Nick Lewycky
nicholas at mxc.ca
Sun Jul 6 10:32:11 PDT 2014
Author: nicholas
Date: Sun Jul 6 12:32:10 2014
New Revision: 212404
URL: http://llvm.org/viewvc/llvm-project?rev=212404&view=rev
Log:
Fix typo in comment.
Modified:
cfe/trunk/include/clang/Sema/Template.h
Modified: cfe/trunk/include/clang/Sema/Template.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Template.h?rev=212404&r1=212403&r2=212404&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Template.h (original)
+++ cfe/trunk/include/clang/Sema/Template.h Sun Jul 6 12:32:10 2014
@@ -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);
More information about the cfe-commits
mailing list