From: Stefan Weil <s...@weilnetz.de> Fix typo in comment (transaltion -> translation). And I also removed two hyphens in the same comment.
Signed-off-by: Stefan Weil <s...@weilnetz.de> Reviewed-by: Jia Liu <pro...@gmail.com> Signed-off-by: Jia Liu <pro...@gmail.com> --- target-openrisc/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-openrisc/translate.c b/target-openrisc/translate.c index 91c60eb..b381477 100644 --- a/target-openrisc/translate.c +++ b/target-openrisc/translate.c @@ -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; -- 1.8.3.4 (Apple Git-47)