]> git.proxmox.com Git - qemu.git/commitdiff
fix spelling in tests sub directory
authorDong Xu Wang <wdongxu@linux.vnet.ibm.com>
Tue, 22 Nov 2011 10:06:23 +0000 (18:06 +0800)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 2 Dec 2011 10:50:57 +0000 (10:50 +0000)
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
tests/cris/check_glibc_kernelversion.c
tests/cris/check_moveq.c

index fcbc7b07f622198831bd3e908cfa90346ae7be8b..07448722c001357e90c19219608545cf2601dfe1 100644 (file)
@@ -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;                                              \
index 9f71194ac3674322856376cc1c17ebcc727e183b..80f2dff6ab24d50d4a40bc91421ccdc8e7407a4b 100644 (file)
@@ -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");