aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-12-02 02:47:07 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-12-02 02:47:07 +0000
commit9c134b65cd165e02a1e8a09bc14dd119f9034589 (patch)
treed27e2f5d7697ba32d639090c799d2b76a57f6110 /gcc/config
parent2f8e468bf32574acaa21dbb8409b579ff8f16b92 (diff)
downloadgcc-9c134b65cd165e02a1e8a09bc14dd119f9034589.zip
gcc-9c134b65cd165e02a1e8a09bc14dd119f9034589.tar.gz
gcc-9c134b65cd165e02a1e8a09bc14dd119f9034589.tar.bz2
* config/i386/i386.c: Fix a comment typo.
From-SVN: r119443
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/i386/i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 6f0701b..a491daa 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -530,7 +530,7 @@ struct processor_costs athlon_cost = {
COSTS_N_INSNS (2), /* cost of FCHS instruction. */
COSTS_N_INSNS (35), /* cost of FSQRT instruction. */
/* For some reason, Athlon deals better with REP prefix (relative to loops)
- compared to K8. Alignment becomes important after 8 bytes for mempcy and
+ compared to K8. Alignment becomes important after 8 bytes for memcpy and
128 bytes for memset. */
{{libcall, {{2048, rep_prefix_4_byte}, {-1, libcall}}},
DUMMY_STRINGOP_ALGS},