[cfe-commits] r161436 - /cfe/trunk/include/clang/AST/Comment.h

Dmitri Gribenko gribozavr at gmail.com
Tue Aug 7 11:20:04 PDT 2012


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.





More information about the cfe-commits mailing list