diff options
author | Sanjay Patel <spatel@rotateright.com> | 2015-05-22 15:31:47 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2015-05-22 15:31:47 +0000 |
commit | 5df2444433c6ee936c10896e3ef72fd4f9c1085d (patch) | |
tree | 90f22e55f2a30fb5cd9ecf487db761ece7df3878 | |
parent | 0d85d107478f2ebf889e33fd6f9657d8a6a99486 (diff) | |
download | bcm5719-llvm-5df2444433c6ee936c10896e3ef72fd4f9c1085d.tar.gz bcm5719-llvm-5df2444433c6ee936c10896e3ef72fd4f9c1085d.zip |
fix typo in comment; NFC
llvm-svn: 238025
-rw-r--r-- | llvm/include/llvm/CodeGen/RegisterScavenging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/RegisterScavenging.h b/llvm/include/llvm/CodeGen/RegisterScavenging.h index 474861e45df..90093951ff0 100644 --- a/llvm/include/llvm/CodeGen/RegisterScavenging.h +++ b/llvm/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. // //===----------------------------------------------------------------------===// |