You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by mi...@apache.org on 2010/06/22 23:36:04 UTC

svn commit: r957039 - /db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/StoredRecordHeader.java

Author: mikem
Date: Tue Jun 22 21:36:04 2010
New Revision: 957039

URL: http://svn.apache.org/viewvc?rev=957039&view=rev
Log:
Fixing some comment typo's/grammar.


Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/StoredRecordHeader.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/StoredRecordHeader.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/StoredRecordHeader.java?rev=957039&r1=957038&r2=957039&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/StoredRecordHeader.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/impl/store/raw/data/StoredRecordHeader.java Tue Jun 22 21:36:04 2010
@@ -73,7 +73,7 @@ public final class StoredRecordHeader
      *                            When RECORD_OVERFLOW and 
      *                            RECORD_HAS_FIRST_FIELD both are set, part of 
      *                            record is on the page, the record header 
-     *                            also stores the overflow point to the next 
+     *                            also stores the overflow pointer to the next 
      *                            part of the record.
      * RECORD_VALID_MASK        - A mask of valid bits that can be set 
      *                            currently, such that the following assert can
@@ -511,7 +511,7 @@ public final class StoredRecordHeader
 	
 		// In releases prior to 1.3 an overflow record was handled
 		// by an overflow header pointing to a complete record on
-		// another page. This header had the has overflow bit set but not
+		// another page. This header had the overflow bit set but not
 		// the has first field bit. This header also did not have the
 		// number of fields written out, but it can be seen as
 		// a header with 0 fields and a first field of 0.