Skip to content

Commit df3af00

Browse files
committed
Fix typo
llvm-svn: 372988
1 parent 6200a56 commit df3af00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/unittests/MI/LiveIntervalTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ TEST(LiveIntervalTest, MoveUndefUse) {
309309

310310
TEST(LiveIntervalTest, MoveUpValNos) {
311311
// handleMoveUp() had a bug where it would reuse the value number of the
312-
// destination segment, even though we have no guarntee that this valno wasn't
313-
// used in other segments.
312+
// destination segment, even though we have no guarantee that this valno
313+
// wasn't used in other segments.
314314
liveIntervalTest(R"MIR(
315315
successors: %bb.1, %bb.2
316316
%0 = IMPLICIT_DEF

0 commit comments

Comments
 (0)