summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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));