diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-01 20:46:53 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-01 20:47:37 +0100 |
commit | 2a043b834532841d138055d6ca987ef0a332d56c (patch) | |
tree | b4ba9f3ecd6a86383cd008d2b34edd64798b9d1e /qtmips_machine/qtmipsexception.h | |
parent | bcb508498caa64a7c92a1c11bc85acdefa6209cc (diff) | |
download | qtmips-2a043b834532841d138055d6ca987ef0a332d56c.tar.gz qtmips-2a043b834532841d138055d6ca987ef0a332d56c.tar.bz2 qtmips-2a043b834532841d138055d6ca987ef0a332d56c.zip |
Tiny typo
Diffstat (limited to 'qtmips_machine/qtmipsexception.h')
-rw-r--r-- | qtmips_machine/qtmipsexception.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |