diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-07 18:20:04 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-07 18:20:04 +0000 |
commit | 16bec0630ef488af263d521b166b41ffa3c71743 (patch) | |
tree | ad2dcd8b58d84e13c9ec3c8c478b68d20c22350e | |
parent | dd7b803e6ce5b8e61cf3b14af2c57199e5e991d9 (diff) |
Comment.h: fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161436 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/Comment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Comment.h b/include/clang/AST/Comment.h index 626ac8e364..43d14ec238 100644 --- a/include/clang/AST/Comment.h +++ b/include/clang/AST/Comment.h @@ -954,7 +954,7 @@ struct DeclInfo { /// Something that we consider a "variable": /// \li namespace scope variables; /// \li static and non-static class data members; - /// \li enumeratrs. + /// \li enumerators. VariableKind, /// A C++ namespace. |