Skip to content

Commit

Permalink
Fix typo in ir_pass.h (#3741)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame authored and merrymercy committed Aug 9, 2019
1 parent d76612d commit 4582722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/ir_pass.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4582722

Please sign in to comment.