From 9713d030bb1696269c3348cac83e13306edd65cf Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 25 Mar 2019 15:25:59 +0100 Subject: Correct write through spelling. Reported by Richard Susta. Signed-off-by: Pavel Pisa --- qtmips_machine/machineconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qtmips_machine/machineconfig.h') 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 }; -- cgit v1.2.3