fix typo in comment; NFC

llvm-svn: 238025
This commit is contained in:
Sanjay Patel 2015-05-22 15:31:47 +00:00
parent 0d85d10747
commit 5df2444433
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
//
// This file declares the machine register scavenger class. It can provide
// information such as unused register at any point in a machine basic block.
// It also provides a mechanism to make registers availbale by evicting them
// It also provides a mechanism to make registers available by evicting them
// to spill slots.
//
//===----------------------------------------------------------------------===//