Author: gribozavr
Date: Tue Aug  7 13:20:04 2012
New Revision: 161436

URL: http://llvm.org/viewvc/llvm-project?rev=161436&view=rev
Log:
Comment.h: fix typo in comment

Modified:
    cfe/trunk/include/clang/AST/Comment.h

Modified: cfe/trunk/include/clang/AST/Comment.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Comment.h?rev=161436&r1=161435&r2=161436&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Comment.h (original)
+++ cfe/trunk/include/clang/AST/Comment.h Tue Aug  7 13:20:04 2012
@@ -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.


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to