Fix a comment.

llvm-svn: 93284
This commit is contained in:
Dale Johannesen 2010-01-13 01:39:38 +00:00
parent 451a965a78
commit 93e42c5435
1 changed files with 1 additions and 1 deletions

View 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.
///