* fixed typo in comment

git-svn-id: branches/jvmbackend@18567 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:11:12 +00:00
parent db1d22aeae
commit 87f812c778

View File

@ -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