summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2009-02-03 17:23:12 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2009-02-03 17:23:12 +0000
commit3cac613eb84910db67568db5195cccbd68946d95 (patch)
tree4356e0e6b8cfc8acddc2cd00f8f4a8beb42b4ca4 /clang/lib/CodeGen
parenta77c5f758cd19319c626404082dade19ebfffe7a (diff)
downloadbcm5719-llvm-3cac613eb84910db67568db5195cccbd68946d95.tar.gz
bcm5719-llvm-3cac613eb84910db67568db5195cccbd68946d95.zip
Fixed the typo in comment.
llvm-svn: 63634
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud