[cfe-commits] r170177 - /cfe/trunk/include/clang/Parse/Parser.h
Nico Weber
nicolasweber at gmx.de
Thu Dec 13 18:41:18 PST 2012
Author: nico
Date: Thu Dec 13 20:41:18 2012
New Revision: 170177
URL: http://llvm.org/viewvc/llvm-project?rev=170177&view=rev
Log:
fix another spello
Modified:
cfe/trunk/include/clang/Parse/Parser.h
Modified: cfe/trunk/include/clang/Parse/Parser.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Parser.h?rev=170177&r1=170176&r2=170177&view=diff
==============================================================================
--- cfe/trunk/include/clang/Parse/Parser.h (original)
+++ cfe/trunk/include/clang/Parse/Parser.h Thu Dec 13 20:41:18 2012
@@ -860,7 +860,7 @@
/// \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)
More information about the cfe-commits
mailing list