* config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 11:25:16 +0000 (11:25 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 11:25:16 +0000 (11:25 +0000)
coretex to cortex.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207654 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/aarch64/aarch64.c

index 67d7c4b..be69545 100644 (file)
@@ -1,3 +1,8 @@
+2014-02-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
+       coretex to cortex.
+
 2014-02-10  Eric Botcazou  <ebotcazou@adacore.com>
 
        * ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
index 16c51a8..784bfa3 100644 (file)
@@ -5244,7 +5244,7 @@ aarch64_override_options (void)
 
   /* If the user did not specify a processor, choose the default
      one for them.  This will be the CPU set during configuration using
-     --with-cpu, otherwise it is "coretex-a53".  */
+     --with-cpu, otherwise it is "cortex-a53".  */
   if (!selected_cpu)
     {
       selected_cpu = &all_cores[TARGET_CPU_DEFAULT & 0x3f];