summaryrefslogtreecommitdiff
path: root/src/btree/col_srch.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2016-02-04 11:29:39 -0500
committerKeith Bostic <keith@wiredtiger.com>2016-02-04 11:29:39 -0500
commit8b8614acbc88e14c19da178391cfe141261f9486 (patch)
tree144eec3b120e7eaef9f347b8641f891835580ac2 /src/btree/col_srch.c
parentab34a66f7f84aac2749ce8ef05019d67819f892c (diff)
downloadmongo-8b8614acbc88e14c19da178391cfe141261f9486.tar.gz
WT-2361: column-store starting record number error
Fix a typo.
Diffstat (limited to 'src/btree/col_srch.c')
-rw-r--r--src/btree/col_srch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/col_srch.c b/src/btree/col_srch.c
index fa3618c7077..862327699c0 100644
--- a/src/btree/col_srch.c
+++ b/src/btree/col_srch.c
@@ -119,7 +119,7 @@ __wt_col_search(WT_SESSION_IMPL *session,
if (0) {
restart: /*
- * Discard the currently held page and retart the search from
+ * Discard the currently held page and restart the search from
* the root.
*/
WT_RET(__wt_page_release(session, current, 0));