]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.c: Fix a typo in comment.
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 13 Nov 2006 15:29:21 +0000 (15:29 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 13 Nov 2006 15:29:21 +0000 (07:29 -0800)
2006-11-13  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c: Fix a typo in comment.

From-SVN: r118764

gcc/ChangeLog
gcc/config/i386/i386.c

index cc496e117483940e58f77c8490e455cf6de0f948..2dd4536d97abdc76902007f3e9e7aed1fc36630f 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.c: Fix a typo in comment.
+
 2006-11-13  Michael Matz  <matz@suse.de>
 
        * genemit.c (gen_expand): Allocate enough memory.
index 74af060dddad9252841075286ce269f64377c890..a9784dde65d1afa5535e888462db67a12bc95afd 100644 (file)
@@ -537,7 +537,7 @@ struct processor_costs k8_cost = {
                                           in SImode, DImode and TImode */
   5,                                   /* MMX or SSE register to integer */
   64,                                  /* size of prefetch block */
-  /* New AMD processors neer drop prefetches; if they cannot be performed
+  /* New AMD processors never drop prefetches; if they cannot be performed
      immediately, they are queued.  We set number of simultaneous prefetches
      to a large constant to reflect this (it probably is not a good idea not
      to limit number of prefetches at all, as their execution also takes some