mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
rtl/objpas/fgl.pp:
Fix typo in comment; fixes Mantis #23352 git-svn-id: trunk@23036 -
This commit is contained in:
parent
0775705e8f
commit
bb5dc545f8
@ -1241,7 +1241,7 @@ end;
|
|||||||
|
|
||||||
function TFPSMap.Find(AKey: Pointer; out Index: Integer): Boolean;
|
function TFPSMap.Find(AKey: Pointer; out Index: Integer): Boolean;
|
||||||
{ Searches for the first item <= Key, returns True if exact match,
|
{ Searches for the first item <= Key, returns True if exact match,
|
||||||
sets index to the index f the found string. }
|
sets index to the index of the found string. }
|
||||||
var
|
var
|
||||||
I,L,R,Dir: Integer;
|
I,L,R,Dir: Integer;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user