Comment fix.

llvm-svn: 69091
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp
index ef9404a..733cc0b 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -454,7 +454,7 @@
                            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),