From 4582722039c9ba6792fbb80dac45ae4ed5356e1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=9B=BE=E9=9B=A8=E9=AD=94=E7=90=86=E6=B2=99?= Date: Fri, 9 Aug 2019 01:51:20 -0700 Subject: [PATCH] Fix typo in ir_pass.h (#3741) --- include/tvm/ir_pass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tvm/ir_pass.h b/include/tvm/ir_pass.h index 98dbf6b..ae27efb 100644 --- a/include/tvm/ir_pass.h +++ b/include/tvm/ir_pass.h @@ -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. -- 2.7.4