diff options
author | Veres Lajos <vlajos@gmail.com> | 2015-09-08 22:45:14 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-09-11 10:45:43 +0300 |
commit | 67cc32ebfd8c0ee3fcdb26780a8991baf5eb1d45 (patch) | |
tree | 86bc6be6682ce785667cef755e1b630e317ad696 /target-cris/cpu.h | |
parent | 33b23b4b5e15923acaf315b01a535c15b239483b (diff) | |
download | hqemu-67cc32ebfd8c0ee3fcdb26780a8991baf5eb1d45.zip hqemu-67cc32ebfd8c0ee3fcdb26780a8991baf5eb1d45.tar.gz |
typofixes - v4
Signed-off-by: Veres Lajos <vlajos@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target-cris/cpu.h')
-rw-r--r-- | target-cris/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index d422e35..10c3f46 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -151,7 +151,7 @@ typedef struct CPUCRISState { uint32_t sregs[4][16]; /* Linear feedback shift reg in the mmu. Used to provide pseudo - randomness for the 'hint' the mmu gives to sw for chosing valid + randomness for the 'hint' the mmu gives to sw for choosing valid sets on TLB refills. */ uint32_t mmu_rand_lfsr; |