Fixed typo

This commit is contained in:
VeaNika 2025-05-04 23:01:44 -06:00
parent cc0f405412
commit ecf0bbd13f

View File

@ -17,7 +17,7 @@ public:
/// @brief Specifies whether the instruction cache should be enabled on iwram and ewram.
bool16 enableWramInstructionCache = true;
/// @brief Specifies whether the data cache should be enabled on main ram.
/// @brief Specifies whether the instruction cache should be enabled on main ram.
bool16 enableMainRamInstructionCache = true;
/// @brief Specifies whether the data cache should be enabled on ewram.