mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 02:50:27 +02:00
* fix typo in comment
This commit is contained in:
parent
b5e57a63f5
commit
9d95e6159e
@ -78,7 +78,7 @@ implementation
|
|||||||
p.free;
|
p.free;
|
||||||
{ switch to new node }
|
{ switch to new node }
|
||||||
p:=hp;
|
p:=hp;
|
||||||
{ transfer generic paramter flag }
|
{ transfer generic parameter flag }
|
||||||
if nf_generic_para in oldflags then
|
if nf_generic_para in oldflags then
|
||||||
include(p.flags,nf_generic_para);
|
include(p.flags,nf_generic_para);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user