[llvm-commits] [llvm] r156226 - /llvm/trunk/lib/Target/TargetLoweringObjectFile.cpp

Eric Christopher echristo at apple.com
Fri May 4 18:16:06 PDT 2012


Author: echristo
Date: Fri May  4 20:16:06 2012
New Revision: 156226

URL: http://llvm.org/viewvc/llvm-project?rev=156226&view=rev
Log:
Typo.

Modified:
    llvm/trunk/lib/Target/TargetLoweringObjectFile.cpp

Modified: llvm/trunk/lib/Target/TargetLoweringObjectFile.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/TargetLoweringObjectFile.cpp?rev=156226&r1=156225&r2=156226&view=diff
==============================================================================
--- llvm/trunk/lib/Target/TargetLoweringObjectFile.cpp (original)
+++ llvm/trunk/lib/Target/TargetLoweringObjectFile.cpp Fri May  4 20:16:06 2012
@@ -152,7 +152,7 @@
   // a mergable string section, or general .data if it contains relocations.
   if (GVar->isConstant()) {
     // If the initializer for the global contains something that requires a
-    // relocation, then we may have to drop this into a wriable data section
+    // relocation, then we may have to drop this into a writable data section
     // even though it is marked const.
     switch (C->getRelocationInfo()) {
     case Constant::NoRelocation:





More information about the llvm-commits mailing list