From: Nico Weber Date: Fri, 14 Dec 2012 02:41:18 +0000 (+0000) Subject: fix another spello X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5e9d035840a4539222708032d75a0515e2508a8;p=clang fix another spello git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170177 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Parse/Parser.h b/include/clang/Parse/Parser.h index 406518870e..e57a5703a7 100644 --- a/include/clang/Parse/Parser.h +++ b/include/clang/Parse/Parser.h @@ -860,7 +860,7 @@ private: /// \brief Whether this member function had an associated template /// scope. When true, D is a template declaration. - /// othewise, it is a member function declaration. + /// otherwise, it is a member function declaration. bool TemplateScope; explicit LexedMethod(Parser* P, Decl *MD)