aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclBase.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-08-04 22:51:42 +0000
committerTed Kremenek <kremenek@apple.com>2008-08-04 22:51:42 +0000
commita34ea072371154c9042ce86321d17fbb4df1f84d (patch)
tree4c57d061807549eefcf20ab75aa3599884d95f4c /include/clang/AST/DeclBase.h
parent1e76ce6e5f892c89c9958657d44c323fb70f748c (diff)
Nico Weber:
"the attached patch fixes some typos, 80 cols violations, etc. in comments." git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54328 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST/DeclBase.h')
-rw-r--r--include/clang/AST/DeclBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h
index 1560aa585d..ef92b42424 100644
--- a/include/clang/AST/DeclBase.h
+++ b/include/clang/AST/DeclBase.h
@@ -37,7 +37,7 @@ public:
// This lists the concrete classes of Decl in order of the inheritance
// hierarchy. This allows us to do efficient classof tests based on the
// enums below. The commented out names are abstract class names.
- // [DeclContext] indicatea that the class also inherits from DeclContext.
+ // [DeclContext] indicates that the class also inherits from DeclContext.
// Decl
TranslationUnit, // [DeclContext]