From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCqFZ-0002ze-L8 for qemu-devel@nongnu.org; Fri, 02 Dec 2016 10:59:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCqFY-0004zQ-Tj for qemu-devel@nongnu.org; Fri, 02 Dec 2016 10:59:49 -0500 Received: from mail-wj0-x235.google.com ([2a00:1450:400c:c01::235]:34076) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cCqFY-0004z0-OD for qemu-devel@nongnu.org; Fri, 02 Dec 2016 10:59:48 -0500 Received: by mail-wj0-x235.google.com with SMTP id mp19so236246209wjc.1 for ; Fri, 02 Dec 2016 07:59:48 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Fri, 2 Dec 2016 15:59:31 +0000 Message-Id: <20161202155935.3130-6-alex.bennee@linaro.org> In-Reply-To: <20161202155935.3130-1-alex.bennee@linaro.org> References: <20161202155935.3130-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [RISU PATCH 5/9] risu_aarch64: it's -> it is List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, joserz@linux.vnet.ibm.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= Signed-off-by: Alex Bennée --- risu_aarch64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/risu_aarch64.c b/risu_aarch64.c index 9d538cb..77f9288 100644 --- a/risu_aarch64.c +++ b/risu_aarch64.c @@ -82,7 +82,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) -- 2.10.2