summaryrefslogtreecommitdiff
path: root/examples/c/ex_data_source.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c/ex_data_source.c')
-rw-r--r--examples/c/ex_data_source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c/ex_data_source.c b/examples/c/ex_data_source.c
index 3cd44257d39..5d1f2622ecb 100644
--- a/examples/c/ex_data_source.c
+++ b/examples/c/ex_data_source.c
@@ -439,7 +439,7 @@ my_open_cursor(WT_DATA_SOURCE *dsrc, WT_SESSION *session,
{
/*! [WT_EXTENSION metadata search] */
/*
- * Insert a new WiredTiger metadata record.
+ * Search for a WiredTiger metadata record.
*/
const char *key = "datasource_uri";
char *value;