Browse Source

fixed comment, no functional changes

git-svn-id: trunk@27266 -
Károly Balogh 11 years ago
parent
commit
7093efe4c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/m68k/cpuinfo.pas

+ 1 - 1
compiler/m68k/cpuinfo.pas

@@ -122,7 +122,7 @@ const
       { cpu_isac     } [CPUM68K_HAS_TAS]
       { cpu_isac     } [CPUM68K_HAS_TAS]
     );
     );
 
 
-  { all CPUs commonly cold "coldfire" }
+  { all CPUs commonly called "coldfire" }
   cpu_coldfire = [cpu_isa_a,cpu_isa_a_p,cpu_isa_b,cpu_isa_c];
   cpu_coldfire = [cpu_isa_a,cpu_isa_a_p,cpu_isa_b,cpu_isa_c];
 
 
 Implementation
 Implementation