From: Anthony Green Date: Wed, 19 May 2004 21:49:40 +0000 (+0000) Subject: Fix typo in last commit. X-Git-Tag: releases/gcc-4.0.0~8259 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6845d137a4deddc939dc367f17080fe5fe4e258;p=thirdparty%2Fgcc.git Fix typo in last commit. From-SVN: r82037 --- diff --git a/libjava/java/lang/natRuntime.cc b/libjava/java/lang/natRuntime.cc index 4f6aabd6f218..1e57f50113dc 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.