i386.c: Fix a typo in comment.

2006-11-13  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r118764
This commit is contained in:
H.J. Lu 2006-11-13 15:29:21 +00:00 committed by H.J. Lu
parent 7180bcb13f
commit 8fbbf354fc
2 changed files with 5 additions and 1 deletions

View 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.

View 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