From 0561538919ab4e5f0c6237c12e729f49c0964860 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 13 May 2013 21:00:14 +0200 Subject: [PATCH] Spelling fix --- base-hw/src/core/cpu/arm_v6.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base-hw/src/core/cpu/arm_v6.h b/base-hw/src/core/cpu/arm_v6.h index 66b99d6705..be79d07996 100644 --- a/base-hw/src/core/cpu/arm_v6.h +++ b/base-hw/src/core/cpu/arm_v6.h @@ -53,8 +53,8 @@ namespace Arm_v6 enum { LITTLE = 0 }; }; - struct S : Bitfield<8,1> { }; /* enbale MMU protection */ - struct R : Bitfield<9,1> { }; /* enbale ROM protection */ + struct S : Bitfield<8,1> { }; /* enable MMU protection */ + struct R : Bitfield<9,1> { }; /* enable ROM protection */ struct L4 : Bitfield<15,1> { }; /* raise T bit on LOAD-to-PC */ struct Dt : Bitfield<16,1> { }; /* global data TCM enable */ struct It : Bitfield<18,1> { }; /* global instruction TCM enable */