diff mbox

PATCH: Fix a typo in comments in config/i386/i386.c

Message ID 20130618165801.GA8015@lucon.org
State New
Headers show

Commit Message

H.J. Lu June 18, 2013, 4:58 p.m. UTC
Hi,

I checked in this patch to fix a typo in comments in config/i386/i386.c.


H.J.
---
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 200173)
+++ ChangeLog	(working copy)
@@ -1,3 +1,8 @@ 
+2013-06-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* config/i386/i386.c (initial_ix86_tune_features): Fix a typo
+	in comments.
+
 2013-06-18  Julian Brown  <julian@codesourcery.com>
 
 	* config/arm/arm.c (neon_vector_mem_operand): Add strict argument.
Index: config/i386/i386.c
===================================================================
--- config/i386/i386.c	(revision 200173)
+++ config/i386/i386.c	(working copy)
@@ -2085,7 +2085,7 @@  static unsigned int initial_ix86_tune_fe
      instructions.  */
   ~m_ATOM,
 
-  /* X86_SOFTARE_PREFETCHING_BENEFICIAL: Enable software prefetching
+  /* X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL: Enable software prefetching
      at -O3.  For the moment, the prefetching seems badly tuned for Intel
      chips.  */
   m_K6_GEODE | m_AMD_MULTIPLE,