diff mbox

[PULL,1/2] openrisc: Fix spelling in comment (transaltion -> translation)

Message ID 1387590442-1965-2-git-send-email-proljc@gmail.com
State New
Headers show

Commit Message

Jia Liu Dec. 21, 2013, 1:47 a.m. UTC
From: Stefan Weil <sw@weilnetz.de>

Fix typo in comment (transaltion -> translation).
And 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: Jia Liu <proljc@gmail.com>
---
 target-openrisc/translate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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;