File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ void ICF::run() {
449
449
450
450
ConcatInputSection *beginIsec = icfInputs[begin];
451
451
for (size_t i = begin + 1 ; i < end; ++i) {
452
- // Skip keepUnique inputs when using safe_thunks (already handeled above)
452
+ // Skip keepUnique inputs when using safe_thunks (already handled above)
453
453
if (useSafeThunks && icfInputs[i]->keepUnique ) {
454
454
// Assert keepUnique sections are either small or replaced with thunks.
455
455
assert (!icfInputs[i]->live ||
Original file line number Diff line number Diff line change @@ -632,7 +632,7 @@ bool ObjcCategoryMerger::collectCategoryWriterInfoFromCategory(
632
632
tryGetDefinedAtIsecOffset (catInfo.catBodyIsec , catLayout.nameOffset );
633
633
634
634
if (!catNameSym) {
635
- // This is an unhandeled case where the category name is not a symbol but
635
+ // This is an unhandled case where the category name is not a symbol but
636
636
// instead points to an CStringInputSection (that doesn't have any symbol)
637
637
// TODO: Find a small repro and either fix or add a test case for this
638
638
// scenario
You can’t perform that action at this time.
0 commit comments