diff --git a/include/tvm/node/reflection.h b/include/tvm/node/reflection.h index 18e8db0ace22..4b9ae5dcc830 100644 --- a/include/tvm/node/reflection.h +++ b/include/tvm/node/reflection.h @@ -229,7 +229,7 @@ class ReflectionVTable::Registry { }; #define TVM_REFLECTION_REG_VAR_DEF \ - static TVM_ATTRIBUTE_UNUSED ::tvm::ReflectionVTable::Registry __make_reflectiion + static TVM_ATTRIBUTE_UNUSED ::tvm::ReflectionVTable::Registry __make_reflection /*! * \brief Directly register reflection VTable. diff --git a/src/relay/op/nn/convolution_make.h b/src/relay/op/nn/convolution_make.h index 01d6f183f79e..d343940b9ca7 100644 --- a/src/relay/op/nn/convolution_make.h +++ b/src/relay/op/nn/convolution_make.h @@ -18,7 +18,7 @@ */ /*! - * \file src/relay/op/nn/make_convolution.h + * \file src/relay/op/nn/convolution_make.h * \brief utilities for creating convolution ops */ #ifndef TVM_RELAY_OP_NN_CONVOLUTION_MAKE_H_