diff mbox

tcg: fix typo in readme

Message ID 1294562745-19668-1-git-send-email-vapier@gentoo.org
State New
Headers show

Commit Message

Mike Frysinger Jan. 9, 2011, 8:45 a.m. UTC
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 tcg/README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Blue Swirl Jan. 9, 2011, 9:03 p.m. UTC | #1
Thanks, applied.

On Sun, Jan 9, 2011 at 8:45 AM, Mike Frysinger <vapier@gentoo.org> wrote:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  tcg/README |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tcg/README b/tcg/README
> index 68d27ff..8ec6845 100644
> --- a/tcg/README
> +++ b/tcg/README
> @@ -364,7 +364,7 @@ formed from two 32-bit arguments.  The result is a 32-bit value.
>
>  ********* QEMU specific operations
>
> -* tb_exit t0
> +* exit_tb t0
>
>  Exit the current TB and return the value t0 (word type).
>
> --
> 1.7.4.rc1
>
>
>
diff mbox

Patch

diff --git a/tcg/README b/tcg/README
index 68d27ff..8ec6845 100644
--- a/tcg/README
+++ b/tcg/README
@@ -364,7 +364,7 @@  formed from two 32-bit arguments.  The result is a 32-bit value.
 
 ********* QEMU specific operations
 
-* tb_exit t0
+* exit_tb t0
 
 Exit the current TB and return the value t0 (word type).