Przeglądaj źródła

* comment fixed

git-svn-id: trunk@43805 -
florian 5 lat temu
rodzic
commit
9bd7401ce9
1 zmienionych plików z 1 dodań i 1 usunięć
  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