summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-03-11 14:33:16 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-03-11 14:33:16 +1100
commitca3f3c06e7be57660fbffdfe6563efd255099506 (patch)
tree778604773d5ef64f1c2e87c1c03bd0c27fee72c5
parent3515cdc3f4452fd89e58095f90e7934312ef930b (diff)
downloadmongo-ca3f3c06e7be57660fbffdfe6563efd255099506.tar.gz
spelling
-rw-r--r--src/conn/conn_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn/conn_api.c b/src/conn/conn_api.c
index 0b04df20853..42d50152f86 100644
--- a/src/conn/conn_api.c
+++ b/src/conn/conn_api.c
@@ -283,7 +283,7 @@ __conn_close(WT_CONNECTION *wt_conn, const char *config)
++tp;
}
- /* Close open btrees. */
+ /* Close open btree handles. */
WT_TRET(__wt_conn_btree_remove(conn));
/* Free memory for collators */