summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-11-03 15:59:16 +1100
committerMichael Cahill <michael.cahill@mongodb.com>2016-11-03 15:59:16 +1100
commit792186b5ffcd5a2dd82457ae585af6d61ffbd199 (patch)
treedbdf12ce5ff5bbc58a0c90b39b8c1d98d08da4f0
parent7663089b8fad9a17eca12bc4d8b8cec59251dbf3 (diff)
parentda39a25ea98604e7fefda3d55d881d49c9606fd7 (diff)
downloadmongo-792186b5ffcd5a2dd82457ae585af6d61ffbd199.tar.gz
Merge branch 'master' into develop
-rw-r--r--src/txn/txn_ckpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txn/txn_ckpt.c b/src/txn/txn_ckpt.c
index 0557e6ce60c..1efd0200a3d 100644
--- a/src/txn/txn_ckpt.c
+++ b/src/txn/txn_ckpt.c
@@ -562,7 +562,7 @@ __txn_checkpoint(WT_SESSION_IMPL *session, const char *cfg[])
/*
* Do a pass over the configuration arguments and figure out what kind
- * kind of checkpoint this is.
+ * of checkpoint this is.
*/
WT_RET(__checkpoint_apply_all(session, cfg, NULL, &full));