Fix a typo. (#5611)
authorLiyong Zeng <littlefish0123@users.noreply.github.com>
Mon, 18 May 2020 14:30:15 +0000 (22:30 +0800)
committerGitHub <noreply@github.com>
Mon, 18 May 2020 14:30:15 +0000 (07:30 -0700)
Co-authored-by: Zeng Liyong <liyong.zeng@streamcomputing.com>
include/tvm/runtime/device_api.h

index e16e05d..421811a 100644 (file)
@@ -177,7 +177,7 @@ class TVM_DLL DeviceAPI {
   virtual void FreeWorkspace(TVMContext ctx, void* ptr);
 
   /*!
-   * \brief Get device API base don context.
+   * \brief Get device API baseon context.
    * \param ctx The context
    * \param allow_missing Whether allow missing
    * \return The corresponding device API.