]> granicus.if.org Git - clang/commitdiff
fix another spello
authorNico Weber <nicolasweber@gmx.de>
Fri, 14 Dec 2012 02:41:18 +0000 (02:41 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 14 Dec 2012 02:41:18 +0000 (02:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170177 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/Parser.h

index 406518870ef7e557c3de8c481e9d5f0091dbae91..e57a5703a7732e83cb65cfade86becf546adc089 100644 (file)
@@ -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)