From f1fe9b064441afe609fde862f4ca72696ac81f21 Mon Sep 17 00:00:00 2001 From: Liyong Zeng Date: Mon, 18 May 2020 22:30:15 +0800 Subject: [PATCH] Fix a typo. (#5611) Co-authored-by: Zeng Liyong --- include/tvm/runtime/device_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tvm/runtime/device_api.h b/include/tvm/runtime/device_api.h index e16e05d..421811a 100644 --- a/include/tvm/runtime/device_api.h +++ b/include/tvm/runtime/device_api.h @@ -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 based on context. * \param ctx The context * \param allow_missing Whether allow missing * \return The corresponding device API. -- 2.7.4