This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] i386.c: Fix a comment typo.
- From: Kazu Hirata <kazu at codesourcery dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 1 Dec 2006 18:47:20 -0800
- Subject: [patch] i386.c: Fix a comment typo.
Hi,
Spotted by Eric Christopher. Committed as obvious.
Kazu Hirata
2006-12-02 Kazu Hirata <kazu@codesourcery.com>
* config/i386/i386.c: Fix a comment typo.
Index: config/i386/i386.c
===================================================================
--- config/i386/i386.c (revision 119442)
+++ config/i386/i386.c (working copy)
@@ -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},