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:
Stefan Weil 2013-12-07 09:24:48 +01:00 committed by Michael Tokarev
parent 112f2ac98d
commit 2e0fc3a488
1 changed files with 1 additions and 1 deletions

View File

@ -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;