From 36dbefa163cca5994f31c7984ac01dcabf02cf36 Mon Sep 17 00:00:00 2001 From: OJFord Date: Thu, 23 Oct 2014 13:29:13 +0100 Subject: Fix for issue #15 --- src/shared/mips_test_framework.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/mips_test_framework.cpp b/src/shared/mips_test_framework.cpp index b575fa1..2646bc6 100644 --- a/src/shared/mips_test_framework.cpp +++ b/src/shared/mips_test_framework.cpp @@ -33,7 +33,7 @@ struct instr_info_t static const instr_info_t sg_instructionsArray[]= { - {"", "Tests of things other than intructions."}, + {"", "Tests of things other than intructions."}, {"ADD","Add (with overflow)"}, {"ADDI","Add immediate (with overflow)"}, {"ADDIU","Add immediate unsigned (no overflow)"}, -- cgit