소스 검색

* fixed spelling

git-svn-id: trunk@11171 -
florian 17 년 전
부모
커밋
0f6bcd613f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -2512,7 +2512,7 @@ begin
 {$endif cpufpemu}
     end;
 
-  { now we can defined cpu and cpu type }
+  { now we can define cpu and fpu type }
   def_system_macro('CPU'+Cputypestr[init_settings.cputype]);
 
   def_system_macro('FPU'+fputypestr[init_settings.fputype]);