Skip to content

Commit 70de109

Browse files
committed
typeo
1 parent 89c38a1 commit 70de109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/RegisterContextUnwind.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ RegisterContextUnwind::GetAbstractRegisterLocation(uint32_t lldb_regnum,
13001300
// the stack, without requiring additional parsing or memory reads.
13011301
// It may mark all other registers as IsUndefined() because, indicating
13021302
// that it doesn't know if they were spilled to stack or not.
1303-
// If this caSe, for an IsUndefined register, we should continue on
1303+
// If this case, for an IsUndefined register, we should continue on
13041304
// to the Full UnwindPlan which may have more accurate information
13051305
// about register locations of all registers.
13061306
if (active_row &&

0 commit comments

Comments
 (0)