about summary refs log tree commit diff
path: root/db/btree/bt_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'db/btree/bt_utils.c')
-rw-r--r--db/btree/bt_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/btree/bt_utils.c b/db/btree/bt_utils.c
index 9c1438eb84..1416c7862d 100644
--- a/db/btree/bt_utils.c
+++ b/db/btree/bt_utils.c
@@ -76,7 +76,7 @@ __bt_ret(t, e, key, rkey, data, rdata, copy)
 	bl = GETBLEAF(e->page, e->index);
 
 	/*
-	 * We must copy big keys/data to make them contigous.  Otherwise,
+	 * We must copy big keys/data to make them contiguous.  Otherwise,
 	 * leave the page pinned and don't copy unless the user specified
 	 * concurrent access.
 	 */