diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-06-14 09:59:37 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-06-14 09:59:37 -0400 |
commit | 896797a8a4d29839fdf1ed2b2523647d4a8b3246 (patch) | |
tree | 4626fc20b2475e10055f6db13dabb6d9031a007a /src/btree/bt_vrfy.c | |
parent | 246cfa2541b2583e90afee71a62aea3c5d3bfc74 (diff) | |
download | mongo-896797a8a4d29839fdf1ed2b2523647d4a8b3246.tar.gz |
Whitespace: 3 spaces after a period in a comment.
Sorry, but it just bugged me.
Diffstat (limited to 'src/btree/bt_vrfy.c')
-rw-r--r-- | src/btree/bt_vrfy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/bt_vrfy.c b/src/btree/bt_vrfy.c index ccd1fd8d3ae..3f615babb07 100644 --- a/src/btree/bt_vrfy.c +++ b/src/btree/bt_vrfy.c @@ -325,7 +325,7 @@ __verify_tree(WT_SESSION_IMPL *session, WT_REF *ref, WT_VSTUFF *vs) /* * The page's physical structure was verified when it was read into * memory by the read server thread, and then the in-memory version - * of the page was built. Now we make sure the page and tree are + * of the page was built. Now we make sure the page and tree are * logically consistent. * * !!! |