summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2015-12-11 09:43:29 -0500
committerDon Anderson <dda@ddanderson.com>2015-12-11 09:43:29 -0500
commit7db55c3122d4db7dcd1d92c13d5c53331045e495 (patch)
tree21c7b272d95cd08a5d413695d1b0c846213ed33a /examples
parentf468b29dc717eb65bf56aefab97f085e22b8afa2 (diff)
downloadmongo-7db55c3122d4db7dcd1d92c13d5c53331045e495.tar.gz
Fix an example's comment.
Diffstat (limited to 'examples')
-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;