From 2e0fc3a488ef12c4e0e3ad4e1a07efec3a19169e Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 7 Dec 2013 09:24:48 +0100 Subject: 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 --- target-openrisc/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-openrisc') diff --git a/target-openrisc/translate.c b/target-openrisc/translate.c index 91c60ebaae..b381477d29 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; -- cgit v1.2.1