]> granicus.if.org Git - clang/commitdiff
Fix a comment.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 10 Sep 2010 20:55:27 +0000 (20:55 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 10 Sep 2010 20:55:27 +0000 (20:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113619 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/OperationKinds.h

index 804531192971f146e9fbf6ea0cfb4d65f11cb312..8b01490160794fb49df1b13662fe1e2a5ce6b8f0 100644 (file)
@@ -54,7 +54,7 @@ enum CastKind {
   /// CK_ArrayToPointerDecay - Array to pointer decay.
   CK_ArrayToPointerDecay,
 
-  // CK_FunctionToPointerDecay - Function to pointer decay.
+  /// CK_FunctionToPointerDecay - Function to pointer decay.
   CK_FunctionToPointerDecay,
 
   /// CK_NullToMemberPointer - Null pointer to member pointer.