diff --git a/include/tvm/runtime/packed_func.h b/include/tvm/runtime/packed_func.h index 6be461adabc4..2dcb4ffcfa79 100644 --- a/include/tvm/runtime/packed_func.h +++ b/include/tvm/runtime/packed_func.h @@ -548,7 +548,7 @@ class TVMArgValue : public TVMPODValue_ { * * We can only construct a movable argument once from a single argument position. * If the argument is passed as RValue reference, the result will be moved. - * We should only construct a MovableArg from a argument once, + * We should only construct a MovableArg from an argument once, * as the result will can moved. * * \note For internal development purpose only. @@ -903,7 +903,7 @@ class TVMRetValue : public TVMPODValue_ { template struct PackedFuncValueConverter { /*! - * \brief Convert an TObjectRef from an argument value. + * \brief Convert a TObjectRef from an argument value. * \param val The argument value. * \return the converted result. */ @@ -911,7 +911,7 @@ struct PackedFuncValueConverter { return val.AsObjectRef(); } /*! - * \brief Convert an TObjectRef from an argument value. + * \brief Convert a TObjectRef from a return value. * \param val The argument value. * \return the converted result. */