jdk/src/solaris/native/java/net/PlainSocketImpl.c
changeset 13999 f6a2ce6a3e40
parent 12047 320a714614e9
child 14342 8435a30053c1
--- a/jdk/src/solaris/native/java/net/PlainSocketImpl.c	Wed Sep 19 14:55:40 2012 +0100
+++ b/jdk/src/solaris/native/java/net/PlainSocketImpl.c	Thu Sep 20 09:36:55 2012 -0400
@@ -128,7 +128,7 @@
 
 /*
  * The initroto function is called whenever PlainSocketImpl is
- * loaded, to cache fieldIds for efficiency. This is called everytime
+ * loaded, to cache field IDs for efficiency. This is called every time
  * the Java class is loaded.
  *
  * Class:     java_net_PlainSocketImpl
@@ -589,7 +589,7 @@
     /* set the address */
     (*env)->SetObjectField(env, this, psi_addressID, iaObj);
 
-    /* intialize the local port */
+    /* initialize the local port */
     if (localport == 0) {
         /* Now that we're a connected socket, let's extract the port number
          * that the system chose for us and store it in the Socket object.
@@ -909,7 +909,7 @@
     }
 
     /*
-     * SO_TIMEOUT is a no-op on Solaris/Linux
+     * SO_TIMEOUT is a NOOP on Solaris/Linux
      */
     if (cmd == java_net_SocketOptions_SO_TIMEOUT) {
         return;