Răsfoiți Sursa

* typos fixed

git-svn-id: trunk@11367 -
florian 17 ani în urmă
părinte
comite
5d87a1c6e7
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      compiler/ncgutil.pas
  2. 1 1
      compiler/nld.pas

+ 1 - 1
compiler/ncgutil.pas

@@ -2299,7 +2299,7 @@ implementation
               staticvarsym :
                 begin
                   vs:=tabstractnormalvarsym(sym);
-                  { The code in laodnode.pass_generatecode will create the
+                  { The code in loadnode.pass_generatecode will create the
                     LOC_REFERENCE instead for all none register variables. This is
                     required because we can't store an asmsymbol in the localloc because
                     the asmsymbol is invalid after an unit is compiled. This gives

+ 1 - 1
compiler/nld.pas

@@ -318,7 +318,7 @@ implementation
              end;
            procsym :
              begin
-               { Return the first procdef. In case of overlaoded
+               { Return the first procdef. In case of overloaded
                  procdefs the matching procdef will be choosen
                  when the expected procvardef is known, see get_information
                  in htypechk.pas (PFV) }