summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHyeonseok Oh <hyeonso5@gmail.com>2016-11-03 08:10:40 +0900
committerMichael Cahill <michael.cahill@mongodb.com>2016-11-03 10:10:40 +1100
commitda39a25ea98604e7fefda3d55d881d49c9606fd7 (patch)
tree99226cf2e20e75e79013992c954547aad5d0b29e /src
parent7883a4ae4832cb1f1513527638a3bde8ebae56d2 (diff)
downloadmongo-da39a25ea98604e7fefda3d55d881d49c9606fd7.tar.gz
WT-3007 Remove duplicated word in comment (#3118)
Diffstat (limited to 'src')
-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 1eebc9e9d04..8035b48e105 100644
--- a/src/txn/txn_ckpt.c
+++ b/src/txn/txn_ckpt.c
@@ -375,7 +375,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));