mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 14:30:27 +02:00
* typos fixed
git-svn-id: trunk@11367 -
This commit is contained in:
parent
cc0c2d6467
commit
5d87a1c6e7
@ -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
|
||||
|
@ -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) }
|
||||
|
Loading…
Reference in New Issue
Block a user