Fix typo in last commit.

From-SVN: r82037
This commit is contained in:
Anthony Green 2004-05-19 21:49:40 +00:00
parent 0fa13661a9
commit a6845d137a

View File

@ -592,7 +592,7 @@ java::lang::Runtime::insertSystemProperties (java::util::Properties *newprops)
// The name used to invoke this process (argv[0] in C).
SET ("gnu.gcj.progname", _Jv_GetSafeArg (0));
// The the java extensions directory.
// The java extensions directory.
SET ("java.ext.dirs", JAVA_EXT_DIRS);
// Allow platform specific settings and overrides.