Fix typo (#4144)
authorGus Smith <guscomps@gmail.com>
Fri, 18 Oct 2019 15:19:32 +0000 (08:19 -0700)
committerTianqi Chen <tqchen@users.noreply.github.com>
Fri, 18 Oct 2019 15:19:32 +0000 (08:19 -0700)
src/pass/lower_tvm_builtin.cc

index 6961898..79329cb 100644 (file)
@@ -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_;