Fix typo.

llvm-svn: 140807
This commit is contained in:
Nick Lewycky 2011-09-29 21:07:46 +00:00
parent 36036412e2
commit 8574cbfd58
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This file implements SlotIndex and related classes. The purpuse of SlotIndex
// This file implements SlotIndex and related classes. The purpose of SlotIndex
// is to describe a position at which a register can become live, or cease to
// be live.
//