Fix typo in my previous change.
authorJan Hubicka <jh@suse.cz>
Thu, 9 Apr 2020 12:16:34 +0000 (14:16 +0200)
committerJan Hubicka <jh@suse.cz>
Thu, 9 Apr 2020 12:16:34 +0000 (14:16 +0200)
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lto/alias-4_0.C

index fac41ca63b5d1fafcd1026946cab5824aeac3bdf..6a972217610cfa46adebc1ee88c238752ce4acf3 100644 (file)
@@ -1,6 +1,7 @@
 2020-04-09  Jan Hubicka  <hubicka@ucw.cz>
 
        PR tree-optimization/91322
+       * g++.dg/lto/alias-4_0.C: Fix typo.
        * g++.dg/lto/alias-4_0.C: Avoid conflict with va_list on ARM and add
        a template testing that
 
index 3d3863247538d3c1ac7c6c94e75cce9b07ecbca0..240c4d0e85fe713f9bade402e7aeae01feac4e11 100644 (file)
@@ -32,6 +32,6 @@ main()
   test ();
   return 0;
 }
-/* On ARM the testcase used to fial because struct a got in conflict with builtin
+/* On ARM the testcase used to fail because struct a got in conflict with builtin
    va_list type.  Check that this does not happen.  */
 /* { dg-final { scan-wpa-ipa-dump-not "ODR and non-ODR type conflict" "cgraph"  } } */