Skip to content

Commit

Permalink
Fix a typo. (apache#5611)
Browse files Browse the repository at this point in the history
Co-authored-by: Zeng Liyong <[email protected]>
  • Loading branch information
2 people authored and Trevor Morris committed Jun 9, 2020
1 parent a7e6a08 commit 7499c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/runtime/device_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7499c91

Please sign in to comment.