You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2008/02/14 21:11:37 UTC

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

Author: tellison
Date: Thu Feb 14 12:11:35 2008
New Revision: 627862

URL: http://svn.apache.org/viewvc?rev=627862&view=rev
Log:
Fix comment.

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

Modified: harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ByteBuffer.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ByteBuffer.java?rev=627862&r1=627861&r2=627862&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ByteBuffer.java (original)
+++ harmony/enhanced/classlib/trunk/modules/nio/src/main/java/common/java/nio/ByteBuffer.java Thu Feb 14 12:11:35 2008
@@ -262,7 +262,7 @@
     /**
      * Returns a readonly buffer that shares content with this buffer.
      * <p>
-     * The returned buffer is guaranteed to be a new instance, even this buffer
+     * The returned buffer is guaranteed to be a new instance, even if this buffer
      * is readonly itself. The new buffer's position, limit, capacity and mark
      * are the same as this buffer.
      * </p>