]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/i386/i386.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 2 Dec 2006 02:47:07 +0000 (02:47 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 2 Dec 2006 02:47:07 +0000 (02:47 +0000)
From-SVN: r119443

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

index a1eb38bcb1b50d4197f32b8eaf62fa1f74797ffe..e31d6b734c6771e91be4237b90851324185beb1b 100644 (file)
@@ -15,6 +15,8 @@
        tree-vectorizer.c, tree-vrp.c: Fix comment typos.  Follow
        spelling conventions.
 
+       * config/i386/i386.c: Fix a comment typo.
+
 2006-12-01  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
 
        * config/spu/spu.c (spu_immediate): Remove trailing comma.
index 6f0701b52413dbce83c653adf9c98b357f77006c..a491daad39dc054b21135994639a44041395bb15 100644 (file)
@@ -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},