From ee679ebe0564306b2d45b0c1dfcc6c2d48f4ad68 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Wed, 13 Jan 2010 01:39:38 +0000 Subject: [PATCH] Fix a comment. llvm-svn: 93284 --- include/llvm/Target/TargetRegisterInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Target/TargetRegisterInfo.h b/include/llvm/Target/TargetRegisterInfo.h index dec0b1dcd4d..f93eadb3690 100644 --- a/include/llvm/Target/TargetRegisterInfo.h +++ b/include/llvm/Target/TargetRegisterInfo.h @@ -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. ///