We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd8241 commit 84bf49bCopy full SHA for 84bf49b
lib/Backend/Inline.cpp
@@ -1086,7 +1086,7 @@ IR::Instr * Inline::TryGetCallbackDefInstr(StackSym * callbackSym)
1086
1087
defInstr = nullptr;
1088
1089
- // find the appropraite argOut from the call site.
+ // find the appropriate argOut from the call site.
1090
callingInstr->IterateArgInstrs([&](IR::Instr* argInstr) {
1091
StackSym *argSym = argInstr->GetDst()->AsSymOpnd()->m_sym->AsStackSym();
1092
if (argSym->GetArgSlotNum() - 1 == argIndex)
0 commit comments