diff --git a/include/tvm/relax/transform.h b/include/tvm/relax/transform.h index 04b6d80be236..da87653eb181 100644 --- a/include/tvm/relax/transform.h +++ b/include/tvm/relax/transform.h @@ -675,7 +675,7 @@ TVM_DLL Pass RewriteCUDAGraph(); /*! * \brief This pass updates the var_buffer mapping of PrimFunctions from the call_tir info. - * Primarily used to update the VDevice information if any changes occured from the caller. + * Primarily used to update the VDevice information if any changes occurred from the caller. * This pass recreates the buffers and updates the map. */ TVM_DLL Pass SpecializePrimFuncBasedOnCallSite();