瀏覽代碼

* cosmetics

florian 3 年之前
父節點
當前提交
c917639b91
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -1623,7 +1623,7 @@ begin
                                 Str(cf,cpuflagsstr);
                                 { expect that the cpuflagsstr i.e. the enum as well contains _HAS_ }
                                 if Pos('_HAS_',cpuflagsstr)<>0 then
-                                { get rid of prefix include _HAS_ }
+                                { get rid of prefix including _HAS_ }
                                   Delete(cpuflagsstr,1,Pos('_HAS_',cpuflagsstr)+4)
                                 else
                                   Internalerror(2021110601);