Fix typo, NFC

llvm-svn: 273284
This commit is contained in:
Krzysztof Parzyszek 2016-06-21 16:16:52 +00:00
parent c85c85301d
commit 4f1c86b77c
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ namespace llvm {
Slot_Block,
/// Early-clobber register use/def slot. A live range defined at
/// Slot_EarlyCLobber interferes with normal live ranges killed at
/// Slot_EarlyClobber interferes with normal live ranges killed at
/// Slot_Register. Also used as the kill slot for live ranges tied to an
/// early-clobber def.
Slot_EarlyClobber,