Skip to content

Commit 84bf49b

Browse files
appropraite -> appropriate
1 parent 2dd8241 commit 84bf49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Backend/Inline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ IR::Instr * Inline::TryGetCallbackDefInstr(StackSym * callbackSym)
10861086

10871087
defInstr = nullptr;
10881088

1089-
// find the appropraite argOut from the call site.
1089+
// find the appropriate argOut from the call site.
10901090
callingInstr->IterateArgInstrs([&](IR::Instr* argInstr) {
10911091
StackSym *argSym = argInstr->GetDst()->AsSymOpnd()->m_sym->AsStackSym();
10921092
if (argSym->GetArgSlotNum() - 1 == argIndex)

0 commit comments

Comments
 (0)