]> granicus.if.org Git - clang/commitdiff
Fixed the typo in comment.
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Tue, 3 Feb 2009 17:23:12 +0000 (17:23 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Tue, 3 Feb 2009 17:23:12 +0000 (17:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63634 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenFunction.h

index 75353a7d9836de8b20082669100847747a59f870..1605e2a31def6f6f0e68b3a393660e69097a318d 100644 (file)
@@ -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);