Fix a comment.
authorDale Johannesen <dalej@apple.com>
Wed, 13 Jan 2010 01:39:38 +0000 (01:39 +0000)
committerDale Johannesen <dalej@apple.com>
Wed, 13 Jan 2010 01:39:38 +0000 (01:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93284 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegisterInfo.h

index dec0b1dcd4d31b70950f9d240b6b69a8c8c8a242..f93eadb3690d1f3cda13c34c9acfab677c7ebbbe 100644 (file)
@@ -664,7 +664,7 @@ public:
   /// frame indices from instructions which may use them.  The instruction
   /// referenced by the iterator contains an MO_FrameIndex operand which must be
   /// eliminated by this method.  This method may modify or replace the
-  /// specified instruction, as long as it keeps the iterator pointing the the
+  /// specified instruction, as long as it keeps the iterator pointing at the
   /// finished product. SPAdj is the SP adjustment due to call frame setup
   /// instruction.
   ///