Fix typo in packed_func.h (#4219)
authorBohan Hou <32121147+spectrometerHBH@users.noreply.github.com>
Wed, 30 Oct 2019 09:13:35 +0000 (17:13 +0800)
committerJared Roesch <roeschinc@gmail.com>
Wed, 30 Oct 2019 09:13:35 +0000 (02:13 -0700)
include/tvm/runtime/packed_func.h

index a42946a..645f499 100644 (file)
@@ -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.