fix typo in comment

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1593 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-08-07 20:12:30 +00:00
parent 4bac3bbd1b
commit 6814f05939
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class StringStuff {
/** /**
* Translate a type from a deployment descriptor string into the type expected * Translate a type from a deployment descriptor string into the type expected
* for use in amethod descriptor * for use in a method descriptor
* *
* eg. [[Ljava.lang.String; * eg. [[Ljava.lang.String;
* *