Browse Source

* fixed typo in comment

git-svn-id: branches/jvmbackend@18567 -
Jonas Maebe 14 years ago
parent
commit
87f812c778
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/java/astrings.inc

+ 1 - 1
rtl/java/astrings.inc

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