Skip to content

Commit

Permalink
Fix typo (apache#4144)
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 authored and kevinthesun committed Oct 30, 2019
1 parent 5faa6f7 commit cb5277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pass/lower_tvm_builtin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class BuiltinLower : public IRMutator {
cast(Int(32), device_type_)));
return TVMStructGet(Handle(), stack_array_, idx, intrinsic::kArrAddr);
}
// call packled.
// call packed.
Expr MakeCallPacked(const Call* op, const Expr& e) {
size_t restore_shape_stack = run_shape_stack_;
size_t restore_array_stack = run_array_stack_;
Expand Down

0 comments on commit cb5277f

Please sign in to comment.