diff --git a/include/tvm/ir/function.h b/include/tvm/ir/function.h index c1a012f05318..09c074cb71bd 100644 --- a/include/tvm/ir/function.h +++ b/include/tvm/ir/function.h @@ -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.