From f2050ac1c32658753d93569ffd167d68347acb0f Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 12 Mar 2023 22:43:14 +0100 Subject: [PATCH] codetools: comment --- components/codetools/finddeclarationcache.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/codetools/finddeclarationcache.pas b/components/codetools/finddeclarationcache.pas index 2ce80faf6e..2c8b896c03 100644 --- a/components/codetools/finddeclarationcache.pas +++ b/components/codetools/finddeclarationcache.pas @@ -168,7 +168,7 @@ type 1. i variable node points to its type node 'integer'. 2. 'integer' node points to type definition node 'integer'. 3. 'integer' identifier node points to its base type 'longint'. - 4. 'longint' identifier node points points to its range. + 4. 'longint' identifier node points to its range. FindBaseTypeOfNode will search this chain, and on success will create TBaseTypeCache(s). The All four nodes will point directly to the range.