Fix typo.

llvm-svn: 82170
This commit is contained in:
Mike Stump 2009-09-17 21:46:24 +00:00
parent 2436e7116b
commit 6b574afc3a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public:
/// \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.