From: Richard Smith Date: Mon, 5 Mar 2018 20:54:34 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59ca31df16a5869bf4d660ce23e51abe0265f45f;p=clang Fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326741 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp index bf54824e4e..65b6d06c64 100644 --- a/lib/Sema/SemaDecl.cpp +++ b/lib/Sema/SemaDecl.cpp @@ -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,