diff mbox

openrisc: Fix spelling in comment (transaltion -> translation)

Message ID 1386404688-17375-1-git-send-email-sw@weilnetz.de
State Accepted
Headers show

Commit Message

Stefan Weil Dec. 7, 2013, 8:24 a.m. UTC
I also removed two hyphens in the same comment.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 target-openrisc/translate.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jia Liu Dec. 7, 2013, 10:58 a.m. UTC | #1
Hi Stefan,

On Sat, Dec 7, 2013 at 4:24 PM, Stefan Weil <sw@weilnetz.de> wrote:
> I also removed two hyphens in the same comment.
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  target-openrisc/translate.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.  */

Thank you very much!

Reviewed-by: Jia Liu <proljc@gmail.com>

>  static inline void wb_SR_F(void)
>  {
>      int label;
> --
> 1.7.10.4
>

Regards,
Jia
Michael Tokarev Dec. 7, 2013, 6:34 p.m. UTC | #2
07.12.2013 12:24, Stefan Weil wrote:
> I also removed two hyphens in the same comment.

Thanks, applied.

/mjt
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;