Skip to content

Commit e71a5f5

Browse files
[NFC] Typo in Register.h
1 parent c1f7f4d commit e71a5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/Register.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Register {
3636
static_assert(std::numeric_limits<decltype(Reg)>::max() >= 0xFFFFFFFF,
3737
"Reg isn't large enough to hold full range.");
3838

39-
/// isStackSlot - Sometimes it is useful the be able to store a non-negative
39+
/// isStackSlot - Sometimes it is useful to be able to store a non-negative
4040
/// frame index in a variable that normally holds a register. isStackSlot()
4141
/// returns true if Reg is in the range used for stack slots.
4242
///

0 commit comments

Comments
 (0)