OSDN Git Service

Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Thu, 19 Nov 2009 16:35:11 +0000 (16:35 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 19 Nov 2009 16:35:11 +0000 (16:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89360 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Blackfin/BlackfinRegisterInfo.td

index 642d10f..d396cc8 100644 (file)
@@ -44,7 +44,7 @@ class Ra<bits<3> num, string n, list<Register> subs> : BlackfinReg<n> {
   let Num = num;
 }
 
-// Ywo halves of 32-bit register
+// Two halves of 32-bit register
 multiclass Rss<bits<3> group, bits<3> num, string n> {
   def H : Rs<group, num, 1, !strconcat(n, ".h")>;
   def L : Rs<group, num, 0, !strconcat(n, ".l")>;