From 50e4aa0dd409c0d4aef3e2a578630e6614bc0626 Mon Sep 17 00:00:00 2001 From: Bohan Hou <32121147+spectrometerHBH@users.noreply.github.com> Date: Wed, 30 Oct 2019 17:13:35 +0800 Subject: [PATCH] Fix typo in packed_func.h (#4219) --- include/tvm/runtime/packed_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tvm/runtime/packed_func.h b/include/tvm/runtime/packed_func.h index a42946a..645f499 100644 --- a/include/tvm/runtime/packed_func.h +++ b/include/tvm/runtime/packed_func.h @@ -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. -- 2.7.4