浏览代码

* comment fixed

git-svn-id: trunk@43805 -
florian 5 年之前
父节点
当前提交
9bd7401ce9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/htypechk.pas

+ 1 - 1
compiler/htypechk.pas

@@ -1297,7 +1297,7 @@ implementation
                break;
              loadn :
                begin
-                 { the class pointer is read }
+                 { the methodpointer/framepointer is read }
                  if assigned(tunarynode(p).left) then
                    set_varstate(tunarynode(p).left,vs_read,[vsf_must_be_valid]);
                  if (tloadnode(p).symtableentry.typ in [localvarsym,paravarsym,staticvarsym]) then