From 69ca3f90fce9e7da26286c88083b80e788696f78 Mon Sep 17 00:00:00 2001 From: Gustavo Romero Date: Tue, 25 May 2021 19:18:39 +0000 Subject: [PATCH] Fix typo in a comment Fix typo in a comment about AOT executor. Signed-off-by: Gustavo Romero --- src/relay/backend/aot_executor_codegen.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {