[cfe-commits] r69091 - /cfe/trunk/lib/CodeGen/CodeGenModule.cpp

Daniel Dunbar daniel at zuster.org
Tue Apr 14 15:41:13 PDT 2009


Author: ddunbar
Date: Tue Apr 14 17:41:13 2009
New Revision: 69091

URL: http://llvm.org/viewvc/llvm-project?rev=69091&view=rev
Log:
Comment fix.

Modified:
    cfe/trunk/lib/CodeGen/CodeGenModule.cpp

Modified: cfe/trunk/lib/CodeGen/CodeGenModule.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenModule.cpp?rev=69091&r1=69090&r2=69091&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenModule.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenModule.cpp Tue Apr 14 17:41:13 2009
@@ -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),





More information about the cfe-commits mailing list