mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 15:29:14 +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;
|
res: AnsistringClass;
|
||||||
i: longint;
|
i: longint;
|
||||||
begin
|
begin
|
||||||
{ used to construct constant ansisitrings for Java string constants }
|
{ used to construct constant ansistrings from Java string constants }
|
||||||
res:=AnsistringClass.Create;
|
res:=AnsistringClass.Create;
|
||||||
setlength(res.fdata,system.length(u));
|
setlength(res.fdata,system.length(u));
|
||||||
for i:=1 to system.length(u) do
|
for i:=1 to system.length(u) do
|
||||||
|
Loading…
Reference in New Issue
Block a user