From: Stefan Weil Date: Sat, 7 Dec 2013 08:24:48 +0000 (+0100) Subject: openrisc: Fix spelling in comment (transaltion -> translation) X-Git-Tag: v2.0.0-rc0~168^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e0fc3a488ef12c4e0e3ad4e1a07efec3a19169e;p=thirdparty%2Fqemu.git openrisc: Fix spelling in comment (transaltion -> translation) I also removed two hyphens in the same comment. Signed-off-by: Stefan Weil Reviewed-by: Jia Liu Signed-off-by: Michael Tokarev --- diff --git a/target-openrisc/translate.c b/target-openrisc/translate.c index 91c60ebaae1..b381477d29b 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;