From 3cac613eb84910db67568db5195cccbd68946d95 Mon Sep 17 00:00:00 2001 From: Sanjiv Gupta Date: Tue, 3 Feb 2009 17:23:12 +0000 Subject: Fixed the typo in comment. llvm-svn: 63634 --- clang/lib/CodeGen/CodeGenFunction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 75353a7d983..1605e2a31de 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -631,7 +631,7 @@ public: bool NoInit, const char *Separator); - // GenerateStaticBlockVarDecl - return the static declaration of + // GenerateStaticCXXBlockVarDecl - return the static declaration of // a local variable. Performs initialization of the variable if necessary. llvm::GlobalValue *GenerateStaticCXXBlockVarDecl(const VarDecl &D); -- cgit v1.2.3