diff options
author | Keith Bostic <keith@wiredtiger.com> | 2014-02-24 10:24:21 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2014-02-24 10:24:21 -0500 |
commit | ed74bbf0db373b5eb1531b3b34f0683de947a39e (patch) | |
tree | e3a09ee0583c068fc7f9205d56d86b81fac71e04 /src/btree/bt_debug.c | |
parent | fd58fb2a6ef458d488bddf45afe43050e74524f8 (diff) | |
download | mongo-ed74bbf0db373b5eb1531b3b34f0683de947a39e.tar.gz |
change "node" to "page" for clarity
Diffstat (limited to 'src/btree/bt_debug.c')
-rw-r--r-- | src/btree/bt_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/btree/bt_debug.c b/src/btree/bt_debug.c index bd4782240a1..2681a961fcc 100644 --- a/src/btree/bt_debug.c +++ b/src/btree/bt_debug.c @@ -340,7 +340,7 @@ __debug_dsk_cell(WT_DBG *ds, WT_PAGE_HEADER *dsk) /* * __debug_shape_info -- - * Pretty-print information about a node. + * Pretty-print information about a page. */ static char * __debug_tree_shape_info(WT_PAGE *page) @@ -360,7 +360,7 @@ __debug_tree_shape_info(WT_PAGE *page) /* * __debug_tree_shape_worker -- - * Dump information about the current node and descend. + * Dump information about the current page and descend. */ static void __debug_tree_shape_worker(WT_DBG *ds, WT_PAGE *page, int level) |