* typos fixed

git-svn-id: trunk@11367 -
This commit is contained in:
florian 2008-07-11 19:03:16 +00:00
parent cc0c2d6467
commit 5d87a1c6e7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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) }