aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmipsexception.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/qtmipsexception.h')
-rw-r--r--qtmips_machine/qtmipsexception.h2
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);