aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/machineconfig.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-25 15:25:59 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-25 15:26:32 +0100
commit9713d030bb1696269c3348cac83e13306edd65cf (patch)
treef57970edbc9ef607c4209ebcae7fbf64214bb8a6 /qtmips_machine/machineconfig.h
parent3774592f02121ce749c1d5ac4210bd6772475305 (diff)
downloadqtmips-9713d030bb1696269c3348cac83e13306edd65cf.tar.gz
qtmips-9713d030bb1696269c3348cac83e13306edd65cf.tar.bz2
qtmips-9713d030bb1696269c3348cac83e13306edd65cf.zip
Correct write through spelling. Reported by Richard Susta.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_machine/machineconfig.h')
-rw-r--r--qtmips_machine/machineconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtmips_machine/machineconfig.h b/qtmips_machine/machineconfig.h
index b8504b4..987f3aa 100644
--- a/qtmips_machine/machineconfig.h
+++ b/qtmips_machine/machineconfig.h
@@ -65,8 +65,8 @@ public:
};
enum WritePolicy {
- WP_TROUGH_NOALLOC, // Write trough
- WP_TROUGH_ALLOC, // Write trough
+ WP_THROUGH_NOALLOC, // Write through
+ WP_THROUGH_ALLOC, // Write through
WP_BACK // Write back
};