aboutsummaryrefslogtreecommitdiff
path: root/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
commit57d5cee133495bc21d1abdbce45ab05a79274a23 (patch)
tree3adbe2fde1c548584ab4136e80f88f2b1cf2168c /lib/CodeGen/CodeGenModule.cpp
parentf4382f50b7ab9f445c3f5b3ddaa59e6da25ea3bb (diff)
Comment fix.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69091 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
-rw-r--r--lib/CodeGen/CodeGenModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp
index ef9404a321..733cc0bbf3 100644
--- a/lib/CodeGen/CodeGenModule.cpp
+++ b/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),