[cfe-commits] r82170 - /cfe/trunk/include/clang/Sema/CodeCompleteConsumer.h
Mike Stump
mrs at apple.com
Thu Sep 17 14:46:25 PDT 2009
Author: mrs
Date: Thu Sep 17 16:46:24 2009
New Revision: 82170
URL: http://llvm.org/viewvc/llvm-project?rev=82170&view=rev
Log:
Fix typo.
Modified:
cfe/trunk/include/clang/Sema/CodeCompleteConsumer.h
Modified: cfe/trunk/include/clang/Sema/CodeCompleteConsumer.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/CodeCompleteConsumer.h?rev=82170&r1=82169&r2=82170&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/CodeCompleteConsumer.h (original)
+++ cfe/trunk/include/clang/Sema/CodeCompleteConsumer.h Thu Sep 17 16:46:24 2009
@@ -43,7 +43,7 @@
/// \brief Describes the kind of result generated.
enum ResultKind {
RK_Declaration = 0, //< Refers to a declaration
- RK_Keyword, //< Refers to a keyword or symbol.
+ RK_Keyword //< Refers to a keyword or symbol.
};
/// \brief The kind of result stored here.
More information about the cfe-commits
mailing list