Skip to content

Commit

Permalink
[Fix] Fix a typo in include/tvm/ir/function.h (#8617)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sen Yang authored Aug 3, 2021
1 parent 9b97bad commit 3cb0e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/ir/function.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace tvm {
*/
enum class CallingConv : int {
/*!
* \brief Default calling convetion.
* \brief Default calling convention.
*
* - Uses the native calling convention of the target.
* - Implementation: specified by the native target.
Expand Down

0 comments on commit 3cb0e93

Please sign in to comment.