diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-06-17 08:42:04 +0000 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-06-17 08:42:04 +0000 |
commit | 4a759c2a9b456838b47183cf833655d4243cd749 (patch) | |
tree | 90066019cc57157321dfb3935ce7f55ca1ff9b35 /src/meta/meta_apply.c | |
parent | 5918c3beda3160a138e18f8ab701a3075e742a57 (diff) | |
download | mongo-4a759c2a9b456838b47183cf833655d4243cd749.tar.gz |
update a comment.
Diffstat (limited to 'src/meta/meta_apply.c')
-rw-r--r-- | src/meta/meta_apply.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/meta/meta_apply.c b/src/meta/meta_apply.c index 793582261e4..dc3c47e7501 100644 --- a/src/meta/meta_apply.c +++ b/src/meta/meta_apply.c @@ -9,7 +9,8 @@ /* * __wt_meta_btree_apply -- - * Apply a function to all files listed in the metadata. + * Apply a function to all files listed in the metadata, apart from the + * metadata file. */ int __wt_meta_btree_apply(WT_SESSION_IMPL *session, |