aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2012-12-14 02:41:18 +0000
committerNico Weber <nicolasweber@gmx.de>2012-12-14 02:41:18 +0000
commitf5e9d035840a4539222708032d75a0515e2508a8 (patch)
treef38e667db9779b6b6381264713b4ffd37cfc492f
parent001397e001108c04a56ea3995ebfffa279725398 (diff)
fix another spello
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170177 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Parse/Parser.h2
1 files changed, 1 insertions, 1 deletions
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)