summaryrefslogtreecommitdiff
path: root/src/cursor/cur_config.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-06-21 08:06:27 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-06-21 08:06:27 +0000
commit7a9dcbf09516ccf986e17dd43bc4efab2cf956dd (patch)
tree5321a019c82c67e909382f17d58c9d1e083f4cb2 /src/cursor/cur_config.c
parentdd4e111c939dd3520bd0d51f45014dae00473959 (diff)
downloadmongo-7a9dcbf09516ccf986e17dd43bc4efab2cf956dd.tar.gz
The method is "reconfigure", not "config".
Diffstat (limited to 'src/cursor/cur_config.c')
-rw-r--r--src/cursor/cur_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cursor/cur_config.c b/src/cursor/cur_config.c
index 241da824579..3101def8107 100644
--- a/src/cursor/cur_config.c
+++ b/src/cursor/cur_config.c
@@ -45,7 +45,7 @@ __wt_curconfig_open(WT_SESSION_IMPL *session,
__wt_cursor_notsup, /* update */
__wt_cursor_notsup, /* remove */
__curconfig_close,
- (int (*) /* config */
+ (int (*) /* reconfigure */
(WT_CURSOR *, const char *))__wt_cursor_notsup,
{ NULL, NULL }, /* TAILQ_ENTRY q */
0, /* recno key */