You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/02/09 15:17:01 UTC

svn commit: r908041 - /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/DirectByteBuffer.java

Author: hindessm
Date: Tue Feb  9 14:17:01 2010
New Revision: 908041

URL: http://svn.apache.org/viewvc?rev=908041&view=rev
Log:
Minor javadoc fix.

Modified:
    harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/DirectByteBuffer.java

Modified: harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/DirectByteBuffer.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/DirectByteBuffer.java?rev=908041&r1=908040&r2=908041&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/DirectByteBuffer.java (original)
+++ harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/DirectByteBuffer.java Tue Feb  9 14:17:01 2010
@@ -244,7 +244,7 @@
      * freed then operations requiring access to the memory will throw an
      * <code>IllegalStateException</code>.
      * <p>
-     * Note this is is possible that the memory is freed by code that reaches
+     * Note it is possible that the memory is freed by code that reaches
      * into the address and explicitly frees it 'beneath' us -- this is bad
      * form.
      * </p>