mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
* fixed typo in comment
git-svn-id: branches/jvmbackend@18567 -
This commit is contained in:
parent
db1d22aeae
commit
87f812c778
@ -68,7 +68,7 @@ var
|
||||
res: AnsistringClass;
|
||||
i: longint;
|
||||
begin
|
||||
{ used to construct constant ansisitrings for Java string constants }
|
||||
{ used to construct constant ansistrings from Java string constants }
|
||||
res:=AnsistringClass.Create;
|
||||
setlength(res.fdata,system.length(u));
|
||||
for i:=1 to system.length(u) do
|
||||
|
Loading…
Reference in New Issue
Block a user