summaryrefslogtreecommitdiff
path: root/src/meta/meta_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/meta/meta_table.c')
-rw-r--r--src/meta/meta_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meta/meta_table.c b/src/meta/meta_table.c
index 8fadd8e46ad..1ae6d2dcb7d 100644
--- a/src/meta/meta_table.c
+++ b/src/meta/meta_table.c
@@ -101,7 +101,7 @@ __wt_metadata_cursor(WT_SESSION_IMPL *session, WT_CURSOR **cursorp)
return (cursor == NULL ? 0 : cursor->close(cursor));
/*
- * If the cached cursor is in use, return (the newly opened cursor); else
+ * If the cached cursor is in use, return the newly opened cursor, else
* mark the cached cursor in use and return it.
*/
if (F_ISSET(session->meta_cursor, WT_CURSTD_META_INUSE))