From e01eb0d6ac1308d9659e31665e2d70ddd8d8d52f Mon Sep 17 00:00:00 2001
From: Tom Gall <tom.gall@linaro.org>
Date: Wed, 1 Sep 2021 21:28:00 +0000
Subject: [PATCH] Trivial uTVM -> microTVM "spelling" fix to align with
 branding.

---
 cmake/config.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/config.cmake b/cmake/config.cmake
index e55f1197d90e..8d8186c1b4f0 100644
--- a/cmake/config.cmake
+++ b/cmake/config.cmake
@@ -108,7 +108,7 @@ set(USE_GRAPH_EXECUTOR_CUDA_GRAPH OFF)
 # Whether to enable the profiler for the graph executor and vm
 set(USE_PROFILER ON)
 
-# Whether enable uTVM standalone runtime
+# Whether enable microTVM standalone runtime
 set(USE_MICRO_STANDALONE_RUNTIME OFF)
 
 # Whether build with LLVM support