From: Anthony Green Date: Wed, 19 May 2004 21:49:40 +0000 (+0000) Subject: Fix typo in last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6845d137a4deddc939dc367f17080fe5fe4e258;p=gcc.git Fix typo in last commit. From-SVN: r82037 --- diff --git a/libjava/java/lang/natRuntime.cc b/libjava/java/lang/natRuntime.cc index 4f6aabd6f21..1e57f50113d 100644 --- a/libjava/java/lang/natRuntime.cc +++ b/libjava/java/lang/natRuntime.cc @@ -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.