From 343831cb04b4231cc45ca3bac04cbd7c0a6935c5 Mon Sep 17 00:00:00 2001 From: Liangfu Chen Date: Mon, 23 Mar 2020 15:29:01 +0800 Subject: [PATCH] lint Change-Id: I7c9d90c11b60b8edda2427ebd189ebe535af2100 --- include/tvm/runtime/crt/logging.h | 2 +- include/tvm/runtime/crt/memory.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */