Fix typo in ir_pass.h (#3741)
author雾雨魔理沙 <lolisa@marisa.moe>
Fri, 9 Aug 2019 08:51:20 +0000 (01:51 -0700)
committerLianmin Zheng <lianminzheng@gmail.com>
Fri, 9 Aug 2019 08:51:20 +0000 (16:51 +0800)
include/tvm/ir_pass.h

index 98dbf6b..ae27efb 100644 (file)
@@ -373,7 +373,7 @@ Stmt DecorateDeviceScope(Stmt stmt);
  * \brief Make an user callable API LoweredFunc.
  *
  *  The main task of this function is to create code to :
- *   - Map the values in the api_args to of Var that is required by body.
+ *   - Map the values in the api_args to Var that is required by body.
  *   - Insert assertions to check type/value of the passed arguments.
  *
  * \param body The body of the function.