From d506c4e3c1b52ff7c702ce36983657543904227b Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 15 Oct 2022 15:34:26 +0300 Subject: [PATCH] Update comment --- include/cpu.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cpu.hpp b/include/cpu.hpp index e1abfaf6..1cf6c4bb 100644 --- a/include/cpu.hpp +++ b/include/cpu.hpp @@ -164,7 +164,7 @@ namespace CPU */ void *PageTable(void *PT = nullptr); - /** @brief Used only once. */ + /** @brief To be used only once. */ void InitializeFeatures(); namespace MemBar