aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/AST/Comment.h2
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.