8165413: Typos in javadoc: extra period, wrong number, misspelled word
Reviewed-by: weijun, mullan
--- a/jdk/src/java.base/share/classes/java/security/DigestInputStream.java Tue Sep 06 16:08:54 2016 -0700
+++ b/jdk/src/java.base/share/classes/java/security/DigestInputStream.java Wed Sep 07 10:14:48 2016 +0300
@@ -52,7 +52,7 @@
* {@link MessageDigest}),
* so that in order to compute intermediate digests, a caller should
* retain a handle onto the digest object, and clone it for each
- * digest to be computed, leaving the orginal digest untouched.
+ * digest to be computed, leaving the original digest untouched.
*
* @see MessageDigest
*
--- a/jdk/src/java.base/share/classes/java/security/KeyPairGenerator.java Tue Sep 06 16:08:54 2016 -0700
+++ b/jdk/src/java.base/share/classes/java/security/KeyPairGenerator.java Wed Sep 07 10:14:48 2016 +0300
@@ -76,7 +76,7 @@
* {@code g} parameters. If the modulus size is not one of the above
* values, the <i>Sun</i> provider creates a new set of parameters. Other
* providers might have precomputed parameter sets for more than just the
- * three modulus sizes mentioned above. Still others might not have a list of
+ * modulus sizes mentioned above. Still others might not have a list of
* precomputed parameters at all and instead always create new parameter sets.
*
* <li><b>Algorithm-Specific Initialization</b>
@@ -393,7 +393,7 @@
* of randomness.
* (If none of the installed providers supply an implementation of
* {@code SecureRandom}, a system-provided source of randomness is
- * used.).
+ * used.)
*
* <p>This concrete method has been added to this previously-defined
* abstract class.
--- a/jdk/src/java.base/share/classes/java/security/SignatureSpi.java Tue Sep 06 16:08:54 2016 -0700
+++ b/jdk/src/java.base/share/classes/java/security/SignatureSpi.java Wed Sep 07 10:14:48 2016 +0300
@@ -38,7 +38,7 @@
* for the {@code Signature} class, which is used to provide the
* functionality of a digital signature algorithm. Digital signatures are used
* for authentication and integrity assurance of digital data.
- *.
+ *
* <p> All the abstract methods in this class must be implemented by each
* cryptographic service provider who wishes to supply the implementation
* of a particular signature algorithm.
--- a/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/commons/SerialVersionUIDAdder.java Tue Sep 06 16:08:54 2016 -0700
+++ b/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/commons/SerialVersionUIDAdder.java Wed Sep 07 10:14:48 2016 +0300
@@ -80,7 +80,7 @@
* ClassWriter cw = new ClassWriter(...);
* ClassVisitor sv = new SerialVersionUIDAdder(cw);
* ClassVisitor ca = new MyClassAdapter(sv);
- * new ClassReader(orginalClass).accept(ca, false);
+ * new ClassReader(originalClass).accept(ca, false);
* </pre>
*
* The SVUID algorithm can be found <a href=
--- a/jdk/src/java.base/share/classes/sun/security/ssl/ClientHandshaker.java Tue Sep 06 16:08:54 2016 -0700
+++ b/jdk/src/java.base/share/classes/sun/security/ssl/ClientHandshaker.java Wed Sep 07 10:14:48 2016 +0300
@@ -1185,7 +1185,7 @@
/*
* FOURTH, if we sent a Certificate, we need to send a signed
* CertificateVerify (unless the key in the client's certificate
- * was a Diffie-Hellman key).).
+ * was a Diffie-Hellman key).
*
* This uses a hash of the previous handshake messages ... either
* a nonfinal one (if the particular implementation supports it)
--- a/jdk/src/java.desktop/share/classes/com/sun/media/sound/DLSInfo.java Tue Sep 06 16:08:54 2016 -0700
+++ b/jdk/src/java.desktop/share/classes/com/sun/media/sound/DLSInfo.java Wed Sep 07 10:14:48 2016 +0300
@@ -95,7 +95,7 @@
public String subject = null;
/**
* (ISRC) Name of person or orginization who supplied
- * orginal material for the file.
+ * original material for the file.
*/
public String source = null;
/**