]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorMike Stump <mrs@apple.com>
Thu, 17 Sep 2009 21:46:24 +0000 (21:46 +0000)
committerMike Stump <mrs@apple.com>
Thu, 17 Sep 2009 21:46:24 +0000 (21:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82170 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/CodeCompleteConsumer.h

index c9e989e3cc9e99340647c7b3f981e5b0c388a8c7..29b6de1c88f7bad83915bf337532261e2ae411c1 100644 (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.