]> granicus.if.org Git - clang/commitdiff
unbreak buildbot.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 8 May 2013 22:52:20 +0000 (22:52 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 8 May 2013 22:52:20 +0000 (22:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181479 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGBlocks.cpp

index ded019e64ae8e14844b86a2e2d6e796da204f6b8..411cc0e305970e253185b1767491281d8356e3f7 100644 (file)
@@ -68,7 +68,7 @@ static llvm::Constant *buildDisposeHelper(CodeGenModule &CGM,
 ///   unsigned long size;  // size of Block_literal metadata in bytes.
 ///   void *copy_func_helper_decl;  // optional copy helper.
 ///   void *destroy_func_decl; // optioanl destructor helper.
-///   void *block_method_encoding_address;//@encode for block literal signature.
+///   void *block_method_encoding_address;// \@encode for block literal signature.
 ///   void *block_layout_info; // encoding of captured block variables.
 /// };
 static llvm::Constant *buildBlockDescriptor(CodeGenModule &CGM,