diff --git a/src/relay/backend/aot_executor_codegen.cc b/src/relay/backend/aot_executor_codegen.cc index a48a8a847c7c..a005247d424a 100644 --- a/src/relay/backend/aot_executor_codegen.cc +++ b/src/relay/backend/aot_executor_codegen.cc @@ -148,7 +148,7 @@ class AOTExecutorCodegen : public ExprVisitor { /*! * \brief Utility function to return a parameter associated with an expression - * \param expr Relay Expression assicated with the parameter + * \param expr Relay Expression associated with the parameter * \return Variable that represents the DLTensor associated with the parameters */ tir::Var PackParam(Expr expr) {