소스 검색

rtl/objpas/fgl.pp:
Fix typo in comment; fixes Mantis #23352

git-svn-id: trunk@23036 -

svenbarth 12 년 전
부모
커밋
bb5dc545f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/objpas/fgl.pp

+ 1 - 1
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