Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Mon, 9 Jul 2007 15:15:24 +0000 (15:15 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 9 Jul 2007 15:15:24 +0000 (15:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38456 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetInstrInfo.h

index 8fa73a78d9b3c2ea0be4f2d590229262612223dd..9a8e3b41622d05014c2945352d2e2b5027fea366 100644 (file)
@@ -329,7 +329,7 @@ public:
 
   /// convertToThreeAddress - This method must be implemented by targets that
   /// set the M_CONVERTIBLE_TO_3_ADDR flag.  When this flag is set, the target
-  /// may be able to convert a two-address instruction into one or moretrue
+  /// may be able to convert a two-address instruction into one or more true
   /// three-address instructions on demand.  This allows the X86 target (for
   /// example) to convert ADD and SHL instructions into LEA instructions if they
   /// would require register copies due to two-addressness.