Fix spelling.

This commit is contained in:
joevt
2023-08-07 22:47:26 -07:00
committed by Maxim Poliakovski
parent 170a9d78e7
commit 5b366e592c
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <loguru.hpp>
#include <stdexcept>
/* pointer to exception handler to be called when a MMU exception is occured. */
/* pointer to exception handler to be called when a MMU exception is occurred. */
void (*mmu_exception_handler)(Except_Type exception_type, uint32_t srr1_bits);
/* pointers to BAT update functions. */