浏览代码

* fix typo in comment

Sven/Sarah Barth 1 年之前
父节点
当前提交
032cbc54a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/ptype.pas

+ 1 - 1
compiler/ptype.pas

@@ -1778,7 +1778,7 @@ implementation
                   else
                   else
                     inc(l.svalue);
                     inc(l.svalue);
                   first:=false;
                   first:=false;
-                  { don't generate enum members is this is a specialization because aktenumdef is copied from the generic type }
+                  { don't generate enum members if this is a specialization because aktenumdef is copied from the generic type }
                   if not is_specialize then
                   if not is_specialize then
                     begin
                     begin
                       storepos:=current_tokenpos;
                       storepos:=current_tokenpos;