summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-04-14 22:41:13 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-04-14 22:41:13 +0000
commit346892aafcda8ac9401bf0cea84848ef4eebb70f (patch)
treee99870e7e8178e9f2b35af019b5515ffbd300ab2 /clang/lib/CodeGen/CodeGenModule.cpp
parent3f1a3008f499105d30d62888a43808ac911421e2 (diff)
downloadbcm5719-llvm-346892aafcda8ac9401bf0cea84848ef4eebb70f.tar.gz
bcm5719-llvm-346892aafcda8ac9401bf0cea84848ef4eebb70f.zip
Comment fix.
llvm-svn: 69091
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp
index ef9404a321b..733cc0bbf3d 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -454,7 +454,7 @@ llvm::Constant *CodeGenModule::EmitAnnotateAttr(llvm::GlobalValue *GV,
llvm::GlobalValue::InternalLinkage, unit,
StringPrefix, M);
- // Create the ConstantStruct that is the global annotion.
+ // Create the ConstantStruct for the global annotation.
llvm::Constant *Fields[4] = {
llvm::ConstantExpr::getBitCast(GV, SBP),
llvm::ConstantExpr::getBitCast(annoGV, SBP),
OpenPOWER on IntegriCloud