From f359e06590fef2275c8f5eae91c8f0beced0f857 Mon Sep 17 00:00:00 2001
From: Wei Chen <ipondering.weic@gmail.com>
Date: Thu, 13 Dec 2018 20:21:21 -0800
Subject: [PATCH] [DOC]Update documentation (#2286)

---
 src/runtime/graph/graph_runtime.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/runtime/graph/graph_runtime.h b/src/runtime/graph/graph_runtime.h
index 919e7ee9a..d9e6ef188 100644
--- a/src/runtime/graph/graph_runtime.h
+++ b/src/runtime/graph/graph_runtime.h
@@ -351,11 +351,10 @@ class GraphRuntime : public ModuleNode {
   /*! \brief Setup the executors. */
   void SetupOpExecs();
   /*!
-   * \brief Create a executtion function given input.
+   * \brief Create an execution function given input.
    * \param attrs The node attributes.
    * \param args The arguments to the functor, including inputs and outputs.
    * \param num_inputs Number of inputs.
-   * \param dev_type The device type of the tvm_op.
    * \return The created executor.
    */
   std::function<void()> CreateTVMOp(const TVMOpParam& attrs,
-- 
GitLab