florian 5 달 전
부모
커밋
c07da2a654
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/fpcdefs.inc

+ 1 - 1
compiler/fpcdefs.inc

@@ -283,7 +283,7 @@
   {$define mips64}
 {$endif mips64eb}
 
-{ Also accept mips64 for big endian 64-bit mips, but only if mips64 el is not eet }
+{ Also accept mips64 for big endian 64-bit mips, but only if mips64 el is not set }
 {$ifdef mips64}
   {$define mips}
   {$ifndef mips64el}