Fix typo in last commit.
authorAnthony Green <green@gcc.gnu.org>
Wed, 19 May 2004 21:49:40 +0000 (21:49 +0000)
committerAnthony Green <green@gcc.gnu.org>
Wed, 19 May 2004 21:49:40 +0000 (21:49 +0000)
From-SVN: r82037

libjava/java/lang/natRuntime.cc

index 4f6aabd6f21875cdd953f13bc0abaa99f2c1dcaa..1e57f50113dcf2cc2453e4b51b6c5afc6d0f2a10 100644 (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.