Comment.h: fix typo in comment


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161436 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/clang/AST/Comment.h b/include/clang/AST/Comment.h
index 626ac8e..43d14ec 100644
--- a/include/clang/AST/Comment.h
+++ b/include/clang/AST/Comment.h
@@ -954,7 +954,7 @@
     /// 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.