diff mbox

[RISU,v3,06/10] risu_aarch64: it's -> it is

Message ID 20161209114830.9158-7-alex.bennee@linaro.org
State New
Headers show

Commit Message

Alex Bennée Dec. 9, 2016, 11:48 a.m. UTC
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 risu_aarch64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Dec. 16, 2016, 6:36 p.m. UTC | #1
On 9 December 2016 at 11:48, Alex Bennée <alex.bennee@linaro.org> wrote:
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  risu_aarch64.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/risu_aarch64.c b/risu_aarch64.c
> index 7f9f612..8e3539e 100644
> --- a/risu_aarch64.c
> +++ b/risu_aarch64.c
> @@ -97,7 +97,7 @@ int send_register_info(write_fn write_fn, void *uc)
>   * NB: called from a signal handler.
>   *
>   * We don't have any kind of identifying info in the incoming data
> - * that says whether it's register or memory data, so if the two
> + * that says whether it is register or memory data, so if the two
>   * sides get out of sync then we will fail obscurely.
>   */
>  int recv_and_compare_register_info(read_fn read_fn, respond_fn resp_fn, void *uc)

Applied to risu master, thanks.

-- PMM
diff mbox

Patch

diff --git a/risu_aarch64.c b/risu_aarch64.c
index 7f9f612..8e3539e 100644
--- a/risu_aarch64.c
+++ b/risu_aarch64.c
@@ -97,7 +97,7 @@  int send_register_info(write_fn write_fn, void *uc)
  * NB: called from a signal handler.
  *
  * We don't have any kind of identifying info in the incoming data
- * that says whether it's register or memory data, so if the two
+ * that says whether it is register or memory data, so if the two
  * sides get out of sync then we will fail obscurely.
  */
 int recv_and_compare_register_info(read_fn read_fn, respond_fn resp_fn, void *uc)