jdk/src/share/classes/java/net/DatagramSocket.java
changeset 21278 ef8a3a2a72f2
parent 19069 1d9cb0d080e3
child 21428 e408bf58d482
--- a/jdk/src/share/classes/java/net/DatagramSocket.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/net/DatagramSocket.java	Tue Oct 29 17:01:06 2013 +0400
@@ -640,7 +640,7 @@
                 SecurityManager security = System.getSecurityManager();
 
                 // The reason you want to synchronize on datagram packet
-                // is because you dont want an applet to change the address
+                // is because you don't want an applet to change the address
                 // while you are trying to send the packet for example
                 // after the security check but before the send.
                 if (security != null) {