diff --git a/include/cpu.hpp b/include/cpu.hpp index e1abfaf..1cf6c4b 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