Skip to content

Commit

Permalink
Fix typo in packed_func.h (#4219)
Browse files Browse the repository at this point in the history
  • Loading branch information
spectrometerHBH authored and jroesch committed Oct 30, 2019
1 parent 09f0ac3 commit 50e4aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/runtime/packed_func.h
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ inline std::string TVMType2String(TVMType t);
/*!
* \brief Type traits to mark if a class is tvm extension type.
*
* To enable extension type in C++ must be register () ed via marco.
* To enable extension type in C++ must be registered via marco.
* TVM_REGISTER_EXT_TYPE(TypeName) after defining this with this traits.
*
* Extension class can be passed and returned via PackedFunc in all tvm runtime.
Expand Down

0 comments on commit 50e4aa0

Please sign in to comment.