aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2006-11-13 15:29:21 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2006-11-13 07:29:21 -0800
commit8fbbf354fc9230d584c96f57ac11e708d6163b57 (patch)
treeb6e79bdf485889636a6d6fa038b642fa193056c4
parent7180bcb13f880a38300059209b227cd487277186 (diff)
downloadgcc-8fbbf354fc9230d584c96f57ac11e708d6163b57.zip
gcc-8fbbf354fc9230d584c96f57ac11e708d6163b57.tar.gz
gcc-8fbbf354fc9230d584c96f57ac11e708d6163b57.tar.bz2
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
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cc496e1..2dd4536 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 74af060..a9784dd 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -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