Hi,

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


H.J.
---
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 200173)
+++ ChangeLog   (working copy)
@@ -1,3 +1,8 @@
+2013-06-18  H.J. Lu  <hongjiu...@intel.com>
+
+       * config/i386/i386.c (initial_ix86_tune_features): Fix a typo
+       in comments.
+
 2013-06-18  Julian Brown  <jul...@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,

Reply via email to