mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
openrisc: Fix spelling in comment (transaltion -> translation)
I also removed two hyphens in the same comment. Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Jia Liu <proljc@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
112f2ac98d
commit
2e0fc3a488
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ void openrisc_translate_init(void)
|
|||
}
|
||||
}
|
||||
|
||||
/* Writeback SR_F transaltion-space to execution-space. */
|
||||
/* Writeback SR_F translation space to execution space. */
|
||||
static inline void wb_SR_F(void)
|
||||
{
|
||||
int label;
|
||||
|
|
Loading…
Reference in a new issue