From 2a043b834532841d138055d6ca987ef0a332d56c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 1 Jan 2018 20:46:53 +0100 Subject: Tiny typo --- qtmips_machine/qtmipsexception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtmips_machine/qtmipsexception.h b/qtmips_machine/qtmipsexception.h index 3f742ad..8cfc9be 100644 --- a/qtmips_machine/qtmipsexception.h +++ b/qtmips_machine/qtmipsexception.h @@ -63,7 +63,7 @@ public: // Used unknown MemoryAccess control value (write_ctl or read_ctl) // This can be raised by invalid instruction but in such case we shoul raise UnknownInstruction instead -// So this should signal jsut some QtMips bug. +// So this should signal just some QtMips bug. class QtMipsExceptionUnknownMemoryControl : public QtMipsExceptionRuntime { public: QtMipsExceptionUnknownMemoryControl(QTMIPS_ARGS_COMMON); -- cgit v1.2.3