From: Sanjay Patel Date: Fri, 22 May 2015 15:31:47 +0000 (+0000) Subject: fix typo in comment; NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=27b0e0b7de2144aa3aa191cb2ba5694dfeb41b44;p=oota-llvm.git fix typo in comment; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238025 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/RegisterScavenging.h b/include/llvm/CodeGen/RegisterScavenging.h index 474861e45df..90093951ff0 100644 --- a/include/llvm/CodeGen/RegisterScavenging.h +++ b/include/llvm/CodeGen/RegisterScavenging.h @@ -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. // //===----------------------------------------------------------------------===//