From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSnH2-0007QL-MM for qemu-devel@nongnu.org; Tue, 22 Nov 2011 05:08:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSnGg-00067A-7f for qemu-devel@nongnu.org; Tue, 22 Nov 2011 05:08:17 -0500 Received: from e28smtp04.in.ibm.com ([122.248.162.4]:60724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSnGe-000626-M4 for qemu-devel@nongnu.org; Tue, 22 Nov 2011 05:07:58 -0500 Received: from /spool/local by e28smtp04.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 22 Nov 2011 15:37:32 +0530 From: Dong Xu Wang Date: Tue, 22 Nov 2011 18:06:23 +0800 Message-Id: <1321956386-12004-8-git-send-email-wdongxu@linux.vnet.ibm.com> In-Reply-To: <1321956386-12004-1-git-send-email-wdongxu@linux.vnet.ibm.com> References: <1321956386-12004-1-git-send-email-wdongxu@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 08/11] fix spelling in tests sub directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Dong Xu Wang , stefanha@linux.vnet.ibm.com From: Dong Xu Wang Signed-off-by: Dong Xu Wang --- tests/cris/check_glibc_kernelversion.c | 2 +- tests/cris/check_moveq.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/cris/check_glibc_kernelversion.c b/tests/cris/check_glibc_kernelversion.c index fcbc7b0..0744872 100644 --- a/tests/cris/check_glibc_kernelversion.c +++ b/tests/cris/check_glibc_kernelversion.c @@ -70,7 +70,7 @@ \ /* Now we can test with the required version. */ \ if (version < __LINUX_KERNEL_VERSION) \ - /* Not sufficent. */ \ + /* Not sufficient. */ \ FATAL ("FATAL: kernel too old\n"); \ \ _dl_osversion = version; \ diff --git a/tests/cris/check_moveq.c b/tests/cris/check_moveq.c index 9f71194..80f2dff 100644 --- a/tests/cris/check_moveq.c +++ b/tests/cris/check_moveq.c @@ -20,7 +20,7 @@ int main(void) if (t != 10) err(); - /* make sure moveq doesnt clobber the zflag. */ + /* make sure moveq doesn't clobber the zflag. */ cris_tst_cc_init(); asm volatile ("setf vnc\n"); asm volatile ("clearf z\n"); @@ -29,7 +29,7 @@ int main(void) if (t != 0) err(); - /* make sure moveq doesnt clobber the nflag. + /* make sure moveq doesn't clobber the nflag. Also check large immediates */ cris_tst_cc_init(); asm volatile ("setf zvc\n"); -- 1.7.5.4