summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-02-24 09:14:47 -0500
committerKeith Bostic <keith@wiredtiger.com>2012-02-24 09:14:47 -0500
commit85846a217bc6c0e34184a1416f0f1be618f320d8 (patch)
tree945c8477bd067bfde21b20a501afd40a35a35950
parentafe89fbafa693a804c26697136c85e29585a3a76 (diff)
downloadmongo-85846a217bc6c0e34184a1416f0f1be618f320d8.tar.gz
Fix a comment.
-rw-r--r--src/include/btmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/btmem.h b/src/include/btmem.h
index 61b2617d801..ade6bea2fda 100644
--- a/src/include/btmem.h
+++ b/src/include/btmem.h
@@ -286,7 +286,7 @@ struct __wt_page {
* the threads could race.
*/
#define WT_PAGE_BUILD_KEYS 0x001 /* Keys have been built in memory */
-#define WT_PAGE_LAST_PAGE 0x002 /* Page is pinned */
+#define WT_PAGE_LAST_PAGE 0x002 /* Last page in column-store tree */
#define WT_PAGE_PINNED 0x004 /* Page is pinned */
#define WT_PAGE_REC_EMPTY 0x008 /* Reconciliation: page empty */
#define WT_PAGE_REC_REPLACE 0x010 /* Reconciliation: page replaced */