public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Yulia Koval <vaalfreja@gmail.com>
To: GCC Patches <gcc-patches@gcc.gnu.org>
Cc: Uros Bizjak <ubizjak@gmail.com>
Subject: [PATCH] Fix typo.
Date: Tue, 03 Nov 2015 14:16:00 -0000	[thread overview]
Message-ID: <CAE0nxxg+Le_tLOQ61TkccV_5bf5hyOPZTnMj-1kmNMW0DNX5RA@mail.gmail.com> (raw)

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

Hi,

This patch fixes a typo: PROCESSOT -> PROCESSOR. Ok for trunk?

Yulia

[-- Attachment #2: patch --]
[-- Type: application/octet-stream, Size: 542 bytes --]

diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 66024e2..960eb2e 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -2173,7 +2173,7 @@ const struct processor_costs *ix86_cost = &pentium_cost;
 #define m_BONNELL (1<<PROCESSOR_BONNELL)
 #define m_SILVERMONT (1<<PROCESSOR_SILVERMONT)
 #define m_KNL (1<<PROCESSOR_KNL)
-#define m_SKYLAKE_AVX512 (1<<PROCESSOT_SKYLAKE_AVX512)
+#define m_SKYLAKE_AVX512 (1<<PROCESSOR_SKYLAKE_AVX512)
 #define m_INTEL (1<<PROCESSOR_INTEL)
 
 #define m_GEODE (1<<PROCESSOR_GEODE)

             reply	other threads:[~2015-11-03 14:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-03 14:16 Yulia Koval [this message]
2015-11-03 14:32 ` Uros Bizjak
2015-11-03 16:04   ` Yulia Koval
  -- strict thread matches above, loose matches on Subject: below --
2022-06-23  3:01 Xionghu Luo
2019-10-24 11:20 Richard Biener
2015-05-10 21:01 Paulo Matos
2015-05-11  4:07 ` Jeff Law
2015-05-11 18:15   ` Paulo Matos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAE0nxxg+Le_tLOQ61TkccV_5bf5hyOPZTnMj-1kmNMW0DNX5RA@mail.gmail.com \
    --to=vaalfreja@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=ubizjak@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).