aboutsummaryrefslogtreecommitdiff
path: root/risu_aarch64.c
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2016-12-09 11:48:26 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-12-16 18:34:19 +0000
commit5b44c97257589cdc56bc55770030a72cd0de650a (patch)
tree09d07b382a38f7c1dfbf0ff4b16ed710adefdf01 /risu_aarch64.c
parent466f8c6f2f3f52b2616c827fa0d8b1829ab8ddcd (diff)
risu_aarch64: it's -> it is
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20161209114830.9158-7-alex.bennee@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'risu_aarch64.c')
-rw-r--r--risu_aarch64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/risu_aarch64.c b/risu_aarch64.c
index 547f987..f150dcd 100644
--- a/risu_aarch64.c
+++ b/risu_aarch64.c
@@ -80,7 +80,7 @@ int send_register_info(int sock, 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(int sock, void *uc)