diff options
Diffstat (limited to 'rtl')
-rw-r--r-- | rtl/objpas/fgl.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/objpas/fgl.pp b/rtl/objpas/fgl.pp index 3957bcc404..0335cd4c22 100644 --- a/rtl/objpas/fgl.pp +++ b/rtl/objpas/fgl.pp @@ -1241,7 +1241,7 @@ end; function TFPSMap.Find(AKey: Pointer; out Index: Integer): Boolean; { 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 I,L,R,Dir: Integer; begin |