]> git.proxmox.com Git - mirror_qemu.git/commitdiff
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 91c60ebaae15ddd68f227548a2dd1e4bdb908077..b381477d29bf4460981deaab638cbd39f5695e8e 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;