Commit a6845d13 by Anthony Green

Fix typo in last commit.

From-SVN: r82037
parent 0fa13661
...@@ -592,7 +592,7 @@ java::lang::Runtime::insertSystemProperties (java::util::Properties *newprops) ...@@ -592,7 +592,7 @@ java::lang::Runtime::insertSystemProperties (java::util::Properties *newprops)
// The name used to invoke this process (argv[0] in C). // The name used to invoke this process (argv[0] in C).
SET ("gnu.gcj.progname", _Jv_GetSafeArg (0)); SET ("gnu.gcj.progname", _Jv_GetSafeArg (0));
// The the java extensions directory. // The java extensions directory.
SET ("java.ext.dirs", JAVA_EXT_DIRS); SET ("java.ext.dirs", JAVA_EXT_DIRS);
// Allow platform specific settings and overrides. // Allow platform specific settings and overrides.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment