]> granicus.if.org Git - clang/commitdiff
Fix typo in comment.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 5 Mar 2018 20:54:34 +0000 (20:54 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 5 Mar 2018 20:54:34 +0000 (20:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326741 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDecl.cpp

index bf54824e4ef7a3e981327b4ba44536cbce17d901..65b6d06c64e485a9473a74e76a827c1cebe7d18e 100644 (file)
@@ -13473,7 +13473,7 @@ static FixItHint createFriendTagNNSFixIt(Sema &SemaRef, NamedDecl *ND, Scope *S,
 }
 
 /// \brief Determine whether a tag originally declared in context \p OldDC can
-/// be redeclared with an unqualfied name in \p NewDC (assuming name lookup
+/// be redeclared with an unqualified name in \p NewDC (assuming name lookup
 /// found a declaration in \p OldDC as a previous decl, perhaps through a
 /// using-declaration).
 static bool isAcceptableTagRedeclContext(Sema &S, DeclContext *OldDC,