diff options
author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-02-03 17:23:12 +0000 |
---|---|---|
committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-02-03 17:23:12 +0000 |
commit | ecb6b0e2c17c47ce06da601a78820940e7c6da73 (patch) | |
tree | cb8ba1b057c6db856a26c63c7e49c3024be69dea /lib/CodeGen/CodeGenFunction.h | |
parent | 00282d6e1194655a2e89f940bd6fa8484b52e666 (diff) |
Fixed the typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63634 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 75353a7d98..1605e2a31d 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/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); |