[llvm-commits] CVS: llvm/lib/Target/Target.td

Dan Gohman djg at cray.com
Tue Feb 20 12:52:21 PST 2007



Changes in directory llvm/lib/Target:

Target.td updated: 1.92 -> 1.93
---
Log message:

Fix typos in comments.


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

 Target.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.92 llvm/lib/Target/Target.td:1.93
--- llvm/lib/Target/Target.td:1.92	Fri Jan 26 08:34:51 2007
+++ llvm/lib/Target/Target.td	Tue Feb 20 14:52:03 2007
@@ -39,7 +39,7 @@
   int SpillAlignment = 0;
 
   // Aliases - A list of registers that this register overlaps with.  A read or
-  // modification of this register can potentially read or modifie the aliased
+  // modification of this register can potentially read or modify the aliased
   // registers.
   //
   list<Register> Aliases = [];






More information about the llvm-commits mailing list