mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 22:09:12 +02:00
* fix typo in comment
This commit is contained in:
parent
ead882f58d
commit
4185e1dc67
@ -2602,7 +2602,7 @@ implementation
|
|||||||
(genericparas.count>0) and
|
(genericparas.count>0) and
|
||||||
(df_generic in defoptions);
|
(df_generic in defoptions);
|
||||||
if result then
|
if result then
|
||||||
{ if any of the type parameters does *not* belong to as (meaning it was passed
|
{ if any of the type parameters does *not* belong to us (meaning it was passed
|
||||||
in from outside) then we aren't a generic, but a specialization }
|
in from outside) then we aren't a generic, but a specialization }
|
||||||
for i:=0 to genericparas.count-1 do
|
for i:=0 to genericparas.count-1 do
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user