From 4185e1dc671c371e5568b2bdd0f9d0ede480fa01 Mon Sep 17 00:00:00 2001 From: Sven/Sarah Barth Date: Thu, 2 Jan 2025 13:24:07 +0100 Subject: [PATCH] * fix typo in comment --- compiler/symdef.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/symdef.pas b/compiler/symdef.pas index f0d97bd838..c1662b1b9e 100644 --- a/compiler/symdef.pas +++ b/compiler/symdef.pas @@ -2602,7 +2602,7 @@ implementation (genericparas.count>0) and (df_generic in defoptions); 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 } for i:=0 to genericparas.count-1 do begin