mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
* fixed typo in comment of strpos
git-svn-id: trunk@13018 -
This commit is contained in:
parent
f555bc59c7
commit
cf544462d8
@ -78,7 +78,7 @@ interface
|
||||
function strlicomp(str1,str2 : pchar;l : SizeInt) : SizeInt;
|
||||
|
||||
{ Returns a pointer to the first occurrence of str2 in }
|
||||
{ str2 Otherwise returns nil }
|
||||
{ str1 Otherwise returns nil }
|
||||
function strpos(str1,str2 : pchar) : pchar;
|
||||
|
||||
{ Makes a copy of p on the heap, and returns a pointer to this copy }
|
||||
|
Loading…
Reference in New Issue
Block a user