-
Bug
-
Resolution: Fixed
-
P3
-
5.0, 6
-
b79
-
generic, x86
-
generic, linux
No shortage of typos.
--- /u/martin/ws/mustang/src/share/classes/com/sun/tools/javac/comp/Lower.java 2006-03-10 12:57:17.273255000 -0800
+++ /u/martin/ws/typos/src/share/classes/com/sun/tools/javac/comp/Lower.java 2006-03-14 20:48:54.157408000 -0800
@@ -1418,3 +1418,3 @@
- /** Return tree simulating the the assignment <this.name = name>, where
+ /** Return tree simulating the assignment <this.name = name>, where
* name is the name of a free variable.
@@ -1435,3 +1435,3 @@
- /** Return tree simulating the the assignment <this.this$n = this$n>.
+ /** Return tree simulating the assignment <this.this$n = this$n>.
*/
--- /u/martin/ws/mustang/src/share/classes/com/sun/net/httpserver/HttpServer.java 2005-12-04 14:49:41.954574000 -0800
+++ /u/martin/ws/typos/src/share/classes/com/sun/net/httpserver/HttpServer.java 2006-03-14 20:49:45.568962000 -0800
@@ -92,3 +92,3 @@
*
- * A maximum backlog can also be specified. This is the the maximum number of
+ * A maximum backlog can also be specified. This is the maximum number of
* queued incoming connections to allow on the listening socket.
@@ -115,3 +115,3 @@
* Binds a currently unbound HttpServer to the given address and port number.
- * A maximum backlog can also be specified. This is the the maximum number of
+ * A maximum backlog can also be specified. This is the maximum number of
* queued incoming connections to allow on the listening socket.
--- /u/martin/ws/mustang/src/share/classes/com/sun/net/httpserver/HttpsServer.java 2005-12-04 14:49:42.280129000 -0800
+++ /u/martin/ws/typos/src/share/classes/com/sun/net/httpserver/HttpsServer.java 2006-03-14 20:49:37.505870000 -0800
@@ -51,3 +51,3 @@
*
- * A maximum backlog can also be specified. This is the the maximum number of
+ * A maximum backlog can also be specified. This is the maximum number of
* queued incoming connections to allow on the listening socket.
--- /u/martin/ws/mustang/src/share/classes/java/io/InvalidClassException.java 2005-12-04 14:53:19.360389000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/io/InvalidClassException.java 2006-03-13 16:47:33.630244000 -0800
@@ -35,3 +35,3 @@
/**
- * Report a InvalidClassException for the reason specified.
+ * Report an InvalidClassException for the reason specified.
*
--- /u/martin/ws/mustang/src/share/classes/java/lang/Class.java 2006-03-14 21:45:36.536677000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/lang/Class.java 2006-03-14 23:52:06.967544000 -0800
@@ -1148,3 +1148,3 @@
/**
- * Returns the canonical name of the the underlying class as
+ * Returns the canonical name of the underlying class as
* defined by the Java Language Specification. Returns null if
--- /u/martin/ws/mustang/src/share/classes/java/lang/Double.java 2005-12-17 19:45:44.245016000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/lang/Double.java 2006-03-13 13:15:04.632900000 -0800
@@ -289,3 +289,3 @@
// Subnormal values have a 0 implicit bit; normal
- // values have a a 1 implicit bit.
+ // values have a 1 implicit bit.
answer.append(subnormal ? "0." : "1.");
@@ -414,3 +414,3 @@
*
- * <p>To avoid calling this method on a invalid string and having
+ * <p>To avoid calling this method on an invalid string and having
* a <code>NumberFormatException</code> be thrown, the regular
--- /u/martin/ws/mustang/src/share/classes/java/lang/Float.java 2005-12-17 19:45:44.627882000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/lang/Float.java 2006-03-13 13:15:14.612021000 -0800
@@ -375,3 +375,3 @@
*
- * <p>To avoid calling this method on a invalid string and having
+ * <p>To avoid calling this method on an invalid string and having
* a <code>NumberFormatException</code> be thrown, the documentation
--- /u/martin/ws/mustang/src/share/classes/java/net/ContentHandler.java 2005-12-04 14:53:48.076707000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/net/ContentHandler.java 2006-03-14 20:51:10.452731000 -0800
@@ -40,3 +40,3 @@
* If the loading of the content handler class would be performed by
- * a classloader that is outside of the the delegation chain of the caller,
+ * a classloader that is outside of the delegation chain of the caller,
* the JVM will need the RuntimePermission "getClassLoader".
--- /u/martin/ws/mustang/src/share/classes/java/net/ServerSocket.java 2005-12-04 14:53:53.046210000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/net/ServerSocket.java 2006-03-14 20:50:52.835229000 -0800
@@ -343,3 +343,3 @@
// nothing
- // If we're bound, the the impl has been created
+ // If we're bound, the impl has been created
// so we shouldn't get here
@@ -362,3 +362,3 @@
// nothing
- // If we're bound, the the impl has been created
+ // If we're bound, the impl has been created
// so we shouldn't get here
--- /u/martin/ws/mustang/src/share/classes/java/util/EnumSet.java 2006-03-14 21:45:40.310761000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/util/EnumSet.java 2006-03-14 23:52:24.863252000 -0800
@@ -178,3 +178,3 @@
* one through five elements. A sixth overloading is provided that
- * uses the varargs feature. This overloading may be used to create an
+ * uses the varargs feature. This overloading may be used to create
* an enum set initially containing an arbitrary number of elements, but
@@ -197,3 +197,3 @@
* one through five elements. A sixth overloading is provided that
- * uses the varargs feature. This overloading may be used to create an
+ * uses the varargs feature. This overloading may be used to create
* an enum set initially containing an arbitrary number of elements, but
@@ -218,3 +218,3 @@
* one through five elements. A sixth overloading is provided that
- * uses the varargs feature. This overloading may be used to create an
+ * uses the varargs feature. This overloading may be used to create
* an enum set initially containing an arbitrary number of elements, but
@@ -241,3 +241,3 @@
* one through five elements. A sixth overloading is provided that
- * uses the varargs feature. This overloading may be used to create an
+ * uses the varargs feature. This overloading may be used to create
* an enum set initially containing an arbitrary number of elements, but
@@ -266,3 +266,3 @@
* one through five elements. A sixth overloading is provided that
- * uses the varargs feature. This overloading may be used to create an
+ * uses the varargs feature. This overloading may be used to create
* an enum set initially containing an arbitrary number of elements, but
--- /u/martin/ws/mustang/src/share/classes/java/util/InputMismatchException.java 2005-12-04 14:54:54.190186000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/util/InputMismatchException.java 2006-03-13 17:01:05.920150000 -0800
@@ -22,3 +22,3 @@
/**
- * Constructs a <code>InputMismatchException</code> with <tt>null</tt>
+ * Constructs an <code>InputMismatchException</code> with <tt>null</tt>
* as its error message string.
@@ -30,3 +30,3 @@
/**
- * Constructs a <code>InputMismatchException</code>, saving a reference
+ * Constructs an <code>InputMismatchException</code>, saving a reference
* to the error message string <tt>s</tt> for later retrieval by the
--- /u/martin/ws/mustang/src/share/classes/java/util/LinkedHashMap.java 2006-01-30 15:30:57.084410000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/util/LinkedHashMap.java 2006-03-13 16:49:49.345820000 -0800
@@ -187,3 +187,3 @@
* the same mappings as the specified map. The <tt>LinkedHashMap</tt>
- * instance is created with a a default load factor (0.75) and an initial
+ * instance is created with a default load factor (0.75) and an initial
* capacity sufficient to hold the mappings in the specified map.
--- /u/martin/ws/mustang/src/share/classes/java/util/JapaneseImperialCalendar.java 2005-12-04 14:54:54.612401000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/util/JapaneseImperialCalendar.java 2006-03-13 16:49:23.174419000 -0800
@@ -109,3 +109,3 @@
// Imperial eras. The sun.util.calendar.LocalGregorianCalendar
- // doesn't have a Era representing before Meiji, which is
+ // doesn't have an Era representing before Meiji, which is
// inconvenient for a Calendar. So, era[0] is a reference to
--- /u/martin/ws/mustang/src/share/classes/java/util/concurrent/ExecutionException.java 2005-12-04 14:55:06.087656000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/util/concurrent/ExecutionException.java 2006-03-13 17:00:04.253533000 -0800
@@ -22,3 +22,3 @@
/**
- * Constructs a <tt>ExecutionException</tt> with no detail message.
+ * Constructs an <tt>ExecutionException</tt> with no detail message.
* The cause is not initialized, and may subsequently be
@@ -29,3 +29,3 @@
/**
- * Constructs a <tt>ExecutionException</tt> with the specified detail
+ * Constructs an <tt>ExecutionException</tt> with the specified detail
* message. The cause is not initialized, and may subsequently be
@@ -40,3 +40,3 @@
/**
- * Constructs a <tt>ExecutionException</tt> with the specified detail
+ * Constructs an <tt>ExecutionException</tt> with the specified detail
* message and cause.
@@ -52,3 +52,3 @@
/**
- * Constructs a <tt>ExecutionException</tt> with the specified cause.
+ * Constructs an <tt>ExecutionException</tt> with the specified cause.
* The detail message is set to:
--- /u/martin/ws/mustang/src/share/classes/java/util/prefs/AbstractPreferences.java 2005-12-04 14:55:16.129229000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/util/prefs/AbstractPreferences.java 2006-03-14 21:00:06.586608000 -0800
@@ -769,3 +769,3 @@
* <p> If the first character of <tt>path</tt> is <tt>'/'</tt>
- * (indicating an absolute path name name) this preference node's
+ * (indicating an absolute path name) this preference node's
* lock is dropped prior to breaking <tt>path</tt> into tokens, and
--- /u/martin/ws/mustang/src/share/classes/javax/annotation/processing/Processor.java 2005-12-17 19:45:50.011476000 -0800
+++ /u/martin/ws/typos/src/share/classes/javax/annotation/processing/Processor.java 2006-03-13 17:02:22.794852000 -0800
@@ -57,3 +57,3 @@
* annotation processor return {@code null} or throw an exception, the
- * tool infrastructure must treat this as a error condition. If
+ * tool infrastructure must treat this as an error condition. If
* methods of this interface return values outside the allowed domain,
--- /u/martin/ws/mustang/src/share/classes/javax/lang/model/element/AnnotationValueVisitor.java 2005-12-04 14:55:35.713491000 -0800
+++ /u/martin/ws/typos/src/share/classes/javax/lang/model/element/AnnotationValueVisitor.java 2006-03-13 17:02:46.230050000 -0800
@@ -52,3 +52,3 @@
/**
- * Visits a annotation value.
+ * Visits an annotation value.
* @param av the value to visit
--- /u/martin/ws/mustang/src/share/classes/javax/lang/model/element/TypeElement.java 2005-12-04 14:55:36.636199000 -0800
+++ /u/martin/ws/typos/src/share/classes/javax/lang/model/element/TypeElement.java 2006-03-14 20:51:41.177612000 -0800
@@ -61,3 +61,3 @@
* to its formal type parameters.
- * For example, the the fully qualified name of the interface
+ * For example, the fully qualified name of the interface
* {@code java.util.Set<E>} is {@code "java.util.Set"}.
--- /u/martin/ws/mustang/src/share/classes/javax/lang/model/util/SimpleElementVisitor6.java 2005-12-04 14:55:39.951077000 -0800
+++ /u/martin/ws/typos/src/share/classes/javax/lang/model/util/SimpleElementVisitor6.java 2006-03-13 17:03:08.073500000 -0800
@@ -50,3 +50,3 @@
* @param <P> the type of the additional parameter to this visitor's methods. Use {@code Void}
- * for visitors that do not need a additional parameter.
+ * for visitors that do not need an additional parameter.
*
--- /u/martin/ws/mustang/src/windows/bin/java_md.c 2006-02-28 12:45:33.464272000 -0800
+++ /u/martin/ws/typos/src/windows/bin/java_md.c 2006-03-14 20:52:53.750174000 -0800
@@ -591,3 +591,3 @@
*
- * Upon return, the the input character pointer pointed to by the parameter s
+ * Upon return, the input character pointer pointed to by the parameter s
* is updated to point to the remainding, unscanned, portion of the string,
--- /u/martin/ws/mustang/src/share/classes/com/sun/tools/javac/comp/Lower.java 2006-03-10 12:57:17.273255000 -0800
+++ /u/martin/ws/typos/src/share/classes/com/sun/tools/javac/comp/Lower.java 2006-03-14 20:48:54.157408000 -0800
@@ -1418,3 +1418,3 @@
- /** Return tree simulating the the assignment <this.name = name>, where
+ /** Return tree simulating the assignment <this.name = name>, where
* name is the name of a free variable.
@@ -1435,3 +1435,3 @@
- /** Return tree simulating the the assignment <this.this$n = this$n>.
+ /** Return tree simulating the assignment <this.this$n = this$n>.
*/
--- /u/martin/ws/mustang/src/share/classes/com/sun/net/httpserver/HttpServer.java 2005-12-04 14:49:41.954574000 -0800
+++ /u/martin/ws/typos/src/share/classes/com/sun/net/httpserver/HttpServer.java 2006-03-14 20:49:45.568962000 -0800
@@ -92,3 +92,3 @@
*
- * A maximum backlog can also be specified. This is the the maximum number of
+ * A maximum backlog can also be specified. This is the maximum number of
* queued incoming connections to allow on the listening socket.
@@ -115,3 +115,3 @@
* Binds a currently unbound HttpServer to the given address and port number.
- * A maximum backlog can also be specified. This is the the maximum number of
+ * A maximum backlog can also be specified. This is the maximum number of
* queued incoming connections to allow on the listening socket.
--- /u/martin/ws/mustang/src/share/classes/com/sun/net/httpserver/HttpsServer.java 2005-12-04 14:49:42.280129000 -0800
+++ /u/martin/ws/typos/src/share/classes/com/sun/net/httpserver/HttpsServer.java 2006-03-14 20:49:37.505870000 -0800
@@ -51,3 +51,3 @@
*
- * A maximum backlog can also be specified. This is the the maximum number of
+ * A maximum backlog can also be specified. This is the maximum number of
* queued incoming connections to allow on the listening socket.
--- /u/martin/ws/mustang/src/share/classes/java/io/InvalidClassException.java 2005-12-04 14:53:19.360389000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/io/InvalidClassException.java 2006-03-13 16:47:33.630244000 -0800
@@ -35,3 +35,3 @@
/**
- * Report a InvalidClassException for the reason specified.
+ * Report an InvalidClassException for the reason specified.
*
--- /u/martin/ws/mustang/src/share/classes/java/lang/Class.java 2006-03-14 21:45:36.536677000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/lang/Class.java 2006-03-14 23:52:06.967544000 -0800
@@ -1148,3 +1148,3 @@
/**
- * Returns the canonical name of the the underlying class as
+ * Returns the canonical name of the underlying class as
* defined by the Java Language Specification. Returns null if
--- /u/martin/ws/mustang/src/share/classes/java/lang/Double.java 2005-12-17 19:45:44.245016000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/lang/Double.java 2006-03-13 13:15:04.632900000 -0800
@@ -289,3 +289,3 @@
// Subnormal values have a 0 implicit bit; normal
- // values have a a 1 implicit bit.
+ // values have a 1 implicit bit.
answer.append(subnormal ? "0." : "1.");
@@ -414,3 +414,3 @@
*
- * <p>To avoid calling this method on a invalid string and having
+ * <p>To avoid calling this method on an invalid string and having
* a <code>NumberFormatException</code> be thrown, the regular
--- /u/martin/ws/mustang/src/share/classes/java/lang/Float.java 2005-12-17 19:45:44.627882000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/lang/Float.java 2006-03-13 13:15:14.612021000 -0800
@@ -375,3 +375,3 @@
*
- * <p>To avoid calling this method on a invalid string and having
+ * <p>To avoid calling this method on an invalid string and having
* a <code>NumberFormatException</code> be thrown, the documentation
--- /u/martin/ws/mustang/src/share/classes/java/net/ContentHandler.java 2005-12-04 14:53:48.076707000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/net/ContentHandler.java 2006-03-14 20:51:10.452731000 -0800
@@ -40,3 +40,3 @@
* If the loading of the content handler class would be performed by
- * a classloader that is outside of the the delegation chain of the caller,
+ * a classloader that is outside of the delegation chain of the caller,
* the JVM will need the RuntimePermission "getClassLoader".
--- /u/martin/ws/mustang/src/share/classes/java/net/ServerSocket.java 2005-12-04 14:53:53.046210000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/net/ServerSocket.java 2006-03-14 20:50:52.835229000 -0800
@@ -343,3 +343,3 @@
// nothing
- // If we're bound, the the impl has been created
+ // If we're bound, the impl has been created
// so we shouldn't get here
@@ -362,3 +362,3 @@
// nothing
- // If we're bound, the the impl has been created
+ // If we're bound, the impl has been created
// so we shouldn't get here
--- /u/martin/ws/mustang/src/share/classes/java/util/EnumSet.java 2006-03-14 21:45:40.310761000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/util/EnumSet.java 2006-03-14 23:52:24.863252000 -0800
@@ -178,3 +178,3 @@
* one through five elements. A sixth overloading is provided that
- * uses the varargs feature. This overloading may be used to create an
+ * uses the varargs feature. This overloading may be used to create
* an enum set initially containing an arbitrary number of elements, but
@@ -197,3 +197,3 @@
* one through five elements. A sixth overloading is provided that
- * uses the varargs feature. This overloading may be used to create an
+ * uses the varargs feature. This overloading may be used to create
* an enum set initially containing an arbitrary number of elements, but
@@ -218,3 +218,3 @@
* one through five elements. A sixth overloading is provided that
- * uses the varargs feature. This overloading may be used to create an
+ * uses the varargs feature. This overloading may be used to create
* an enum set initially containing an arbitrary number of elements, but
@@ -241,3 +241,3 @@
* one through five elements. A sixth overloading is provided that
- * uses the varargs feature. This overloading may be used to create an
+ * uses the varargs feature. This overloading may be used to create
* an enum set initially containing an arbitrary number of elements, but
@@ -266,3 +266,3 @@
* one through five elements. A sixth overloading is provided that
- * uses the varargs feature. This overloading may be used to create an
+ * uses the varargs feature. This overloading may be used to create
* an enum set initially containing an arbitrary number of elements, but
--- /u/martin/ws/mustang/src/share/classes/java/util/InputMismatchException.java 2005-12-04 14:54:54.190186000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/util/InputMismatchException.java 2006-03-13 17:01:05.920150000 -0800
@@ -22,3 +22,3 @@
/**
- * Constructs a <code>InputMismatchException</code> with <tt>null</tt>
+ * Constructs an <code>InputMismatchException</code> with <tt>null</tt>
* as its error message string.
@@ -30,3 +30,3 @@
/**
- * Constructs a <code>InputMismatchException</code>, saving a reference
+ * Constructs an <code>InputMismatchException</code>, saving a reference
* to the error message string <tt>s</tt> for later retrieval by the
--- /u/martin/ws/mustang/src/share/classes/java/util/LinkedHashMap.java 2006-01-30 15:30:57.084410000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/util/LinkedHashMap.java 2006-03-13 16:49:49.345820000 -0800
@@ -187,3 +187,3 @@
* the same mappings as the specified map. The <tt>LinkedHashMap</tt>
- * instance is created with a a default load factor (0.75) and an initial
+ * instance is created with a default load factor (0.75) and an initial
* capacity sufficient to hold the mappings in the specified map.
--- /u/martin/ws/mustang/src/share/classes/java/util/JapaneseImperialCalendar.java 2005-12-04 14:54:54.612401000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/util/JapaneseImperialCalendar.java 2006-03-13 16:49:23.174419000 -0800
@@ -109,3 +109,3 @@
// Imperial eras. The sun.util.calendar.LocalGregorianCalendar
- // doesn't have a Era representing before Meiji, which is
+ // doesn't have an Era representing before Meiji, which is
// inconvenient for a Calendar. So, era[0] is a reference to
--- /u/martin/ws/mustang/src/share/classes/java/util/concurrent/ExecutionException.java 2005-12-04 14:55:06.087656000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/util/concurrent/ExecutionException.java 2006-03-13 17:00:04.253533000 -0800
@@ -22,3 +22,3 @@
/**
- * Constructs a <tt>ExecutionException</tt> with no detail message.
+ * Constructs an <tt>ExecutionException</tt> with no detail message.
* The cause is not initialized, and may subsequently be
@@ -29,3 +29,3 @@
/**
- * Constructs a <tt>ExecutionException</tt> with the specified detail
+ * Constructs an <tt>ExecutionException</tt> with the specified detail
* message. The cause is not initialized, and may subsequently be
@@ -40,3 +40,3 @@
/**
- * Constructs a <tt>ExecutionException</tt> with the specified detail
+ * Constructs an <tt>ExecutionException</tt> with the specified detail
* message and cause.
@@ -52,3 +52,3 @@
/**
- * Constructs a <tt>ExecutionException</tt> with the specified cause.
+ * Constructs an <tt>ExecutionException</tt> with the specified cause.
* The detail message is set to:
--- /u/martin/ws/mustang/src/share/classes/java/util/prefs/AbstractPreferences.java 2005-12-04 14:55:16.129229000 -0800
+++ /u/martin/ws/typos/src/share/classes/java/util/prefs/AbstractPreferences.java 2006-03-14 21:00:06.586608000 -0800
@@ -769,3 +769,3 @@
* <p> If the first character of <tt>path</tt> is <tt>'/'</tt>
- * (indicating an absolute path name name) this preference node's
+ * (indicating an absolute path name) this preference node's
* lock is dropped prior to breaking <tt>path</tt> into tokens, and
--- /u/martin/ws/mustang/src/share/classes/javax/annotation/processing/Processor.java 2005-12-17 19:45:50.011476000 -0800
+++ /u/martin/ws/typos/src/share/classes/javax/annotation/processing/Processor.java 2006-03-13 17:02:22.794852000 -0800
@@ -57,3 +57,3 @@
* annotation processor return {@code null} or throw an exception, the
- * tool infrastructure must treat this as a error condition. If
+ * tool infrastructure must treat this as an error condition. If
* methods of this interface return values outside the allowed domain,
--- /u/martin/ws/mustang/src/share/classes/javax/lang/model/element/AnnotationValueVisitor.java 2005-12-04 14:55:35.713491000 -0800
+++ /u/martin/ws/typos/src/share/classes/javax/lang/model/element/AnnotationValueVisitor.java 2006-03-13 17:02:46.230050000 -0800
@@ -52,3 +52,3 @@
/**
- * Visits a annotation value.
+ * Visits an annotation value.
* @param av the value to visit
--- /u/martin/ws/mustang/src/share/classes/javax/lang/model/element/TypeElement.java 2005-12-04 14:55:36.636199000 -0800
+++ /u/martin/ws/typos/src/share/classes/javax/lang/model/element/TypeElement.java 2006-03-14 20:51:41.177612000 -0800
@@ -61,3 +61,3 @@
* to its formal type parameters.
- * For example, the the fully qualified name of the interface
+ * For example, the fully qualified name of the interface
* {@code java.util.Set<E>} is {@code "java.util.Set"}.
--- /u/martin/ws/mustang/src/share/classes/javax/lang/model/util/SimpleElementVisitor6.java 2005-12-04 14:55:39.951077000 -0800
+++ /u/martin/ws/typos/src/share/classes/javax/lang/model/util/SimpleElementVisitor6.java 2006-03-13 17:03:08.073500000 -0800
@@ -50,3 +50,3 @@
* @param <P> the type of the additional parameter to this visitor's methods. Use {@code Void}
- * for visitors that do not need a additional parameter.
+ * for visitors that do not need an additional parameter.
*
--- /u/martin/ws/mustang/src/windows/bin/java_md.c 2006-02-28 12:45:33.464272000 -0800
+++ /u/martin/ws/typos/src/windows/bin/java_md.c 2006-03-14 20:52:53.750174000 -0800
@@ -591,3 +591,3 @@
*
- * Upon return, the the input character pointer pointed to by the parameter s
+ * Upon return, the input character pointer pointed to by the parameter s
* is updated to point to the remainding, unscanned, portion of the string,
- duplicates
-
JDK-6213711 Typo in documentation of method getCanonicalName in class Class
-
- Closed
-