Browse Source

* typo fixed, patch by Mark Morgan Lloyd

git-svn-id: trunk@23108 -
florian 12 years ago
parent
commit
e6863aeb80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/mips/cpugas.pas

+ 1 - 1
compiler/mips/cpugas.pas

@@ -99,7 +99,7 @@ unit cpugas;
          result := Inherited MakeCmdLine;
          result := Inherited MakeCmdLine;
          { ABI selection }
          { ABI selection }
          Replace(result,'$ABI','-mabi='+abitypestr[mips_abi]);
          Replace(result,'$ABI','-mabi='+abitypestr[mips_abi]);
-         { ACH selection }
+         { ARCH selection }
          Replace(result,'$ARCH','-march='+cputypestr[mips_cpu]);
          Replace(result,'$ARCH','-march='+cputypestr[mips_cpu]);
       end;
       end;