OSDN Git Service

openrisc: Fix spelling in comment (transaltion -> translation)
authorStefan Weil <sw@weilnetz.de>
Sat, 7 Dec 2013 08:24:48 +0000 (09:24 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 23 Dec 2013 12:02:19 +0000 (16:02 +0400)
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>
target-openrisc/translate.c

index 91c60eb..b381477 100644 (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;