fix spelling in tests sub directory
[qemu.git] / tests / cris / check_moveq.c
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");
This page took 0.025779 seconds and 4 git commands to generate.