From 66748e93e2cc7b5799b81188126d088ce7c22f74 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 4 Jan 2013 20:41:40 +0000 Subject: Fix typo. Thanks to dgregor for noticing it. llvm-svn: 171521 --- clang/lib/AST/Decl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/AST/Decl.cpp') diff --git a/clang/lib/AST/Decl.cpp b/clang/lib/AST/Decl.cpp index 91711749071..0a9fc2f5afc 100644 --- a/clang/lib/AST/Decl.cpp +++ b/clang/lib/AST/Decl.cpp @@ -1180,7 +1180,7 @@ SourceRange VarDecl::getSourceRange() const { template static bool hasCLanguageLinkageTemplate(const decl_type &D) { // Language linkage is a C++ concept, but saying that everything in C has - // C language linkage fits the implementation nicelly. + // C language linkage fits the implementation nicely. ASTContext &Context = D.getASTContext(); if (!Context.getLangOpts().CPlusPlus) return true; -- cgit v1.2.3