diff --git a/include/tvm/runtime/crt/logging.h b/include/tvm/runtime/crt/logging.h index 9e87637ccc6d0..ac5b658c628e4 100644 --- a/include/tvm/runtime/crt/logging.h +++ b/include/tvm/runtime/crt/logging.h @@ -18,7 +18,7 @@ */ /*! - * \file loggin.h + * \file tvm/runtime/crt/loggin.h * \brief A replacement of the dmlc logging system that avoids * the usage of GLOG and C++ headers */ diff --git a/include/tvm/runtime/crt/memory.h b/include/tvm/runtime/crt/memory.h index 6fb88c5fb3b17..3e47060a86c4b 100644 --- a/include/tvm/runtime/crt/memory.h +++ b/include/tvm/runtime/crt/memory.h @@ -18,7 +18,7 @@ */ /*! - * \file memory.h + * \file tvm/runtime/crt/memory.h * \brief The virtual memory manager for micro-controllers */