public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][AArch64][committed] Fix typo in aarch64.c
@ 2014-02-10 11:27 Kyrill Tkachov
  0 siblings, 0 replies; only message in thread
From: Kyrill Tkachov @ 2014-02-10 11:27 UTC (permalink / raw)
  To: GCC Patches; +Cc: Marcus Shawcroft

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]

Hi all,

I've committed the attached typo fix as obvious as r207654.

Cheers,
Kyrill

2014-02-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

     * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
     coretex to cortex.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: aarch64-coretex.patch --]
[-- Type: text/x-patch; name=aarch64-coretex.patch, Size: 574 bytes --]

diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c
index 16c51a8..784bfa3 100644
--- a/gcc/config/aarch64/aarch64.c
+++ b/gcc/config/aarch64/aarch64.c
@@ -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];

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-10 11:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-10 11:27 [PATCH][AArch64][committed] Fix typo in aarch64.c Kyrill Tkachov

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 read-only IMAP folder(s) and NNTP newsgroup(s).