Comment fix.

llvm-svn: 69091
This commit is contained in:
Daniel Dunbar 2009-04-14 22:41:13 +00:00
parent 3f1a3008f4
commit 346892aafc
1 changed files with 1 additions and 1 deletions

View File

@ -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),