From: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org,
Dong Xu Wang <wdongxu@linux.vnet.ibm.com>,
stefanha@linux.vnet.ibm.com
Subject: [Qemu-devel] [PATCH 08/11] fix spelling in tests sub directory
Date: Tue, 22 Nov 2011 18:06:23 +0800 [thread overview]
Message-ID: <1321956386-12004-8-git-send-email-wdongxu@linux.vnet.ibm.com> (raw)
In-Reply-To: <1321956386-12004-1-git-send-email-wdongxu@linux.vnet.ibm.com>
From: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
---
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
next prev parent reply other threads:[~2011-11-22 10:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-22 10:06 [Qemu-devel] [PATCH 01/11] fix spelling in darwin-user sub directory Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 02/11] fix spelling in linux-user " Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 03/11] fix spelling in libcacard " Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 04/11] fix spelling in QMP " Dong Xu Wang
2011-11-22 12:01 ` Luiz Capitulino
2011-11-22 10:06 ` [Qemu-devel] [PATCH 05/11] fix spelling in scripts " Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 06/11] fix spelling in target " Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 07/11] fix spelling in tcg " Dong Xu Wang
2011-11-22 10:06 ` Dong Xu Wang [this message]
2011-11-22 10:06 ` [Qemu-devel] [PATCH 09/11] fix spelling in ui " Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 10/11] fix spelling in block " Dong Xu Wang
2011-11-22 10:06 ` [Qemu-devel] [PATCH 11/11] fix spelling in main directory Dong Xu Wang
2011-11-23 9:41 ` [Qemu-devel] [Qemu-trivial] [PATCH 01/11] fix spelling in darwin-user sub directory Stefan Hajnoczi
2011-11-23 10:23 ` [Qemu-devel] " Andreas Färber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1321956386-12004-8-git-send-email-wdongxu@linux.vnet.ibm.com \
--to=wdongxu@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=stefanha@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).