[llvm-commits] CVS: llvm/lib/Target/TargetData.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Wed Apr 14 16:22:01 PDT 2004


Changes in directory llvm/lib/Target:

TargetData.cpp updated: 1.44 -> 1.45

---
Log message:

Fix typo.


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Target/TargetData.cpp
diff -u llvm/lib/Target/TargetData.cpp:1.44 llvm/lib/Target/TargetData.cpp:1.45
--- llvm/lib/Target/TargetData.cpp:1.44	Sun Apr  4 20:29:25 2004
+++ llvm/lib/Target/TargetData.cpp	Wed Apr 14 16:21:56 2004
@@ -82,7 +82,7 @@
                        unsigned char ByteAl) {
 
   // If this assert triggers, a pass "required" TargetData information, but the
-  // top level tool did not provide once for it.  We do not want to default
+  // top level tool did not provide one for it.  We do not want to default
   // construct, or else we might end up using a bad endianness or pointer size!
   //
   assert(!TargetName.empty() &&





More information about the llvm-commits mailing list