From ae3bd66c8cd2ffa1f0630b035d364a895a4920be Mon Sep 17 00:00:00 2001 From: Alex Gorrod Date: Wed, 14 Jan 2015 04:21:19 +1100 Subject: Fix outdated comment. --- src/btree/bt_cursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/btree/bt_cursor.c b/src/btree/bt_cursor.c index 67c8d3fcbe1..e3fa169e751 100644 --- a/src/btree/bt_cursor.c +++ b/src/btree/bt_cursor.c @@ -890,7 +890,7 @@ __wt_btcur_equals( session, EINVAL, "Cursors must reference the same object"); /* - * The reason for a compare-equal method is because we can avoid doing + * The reason for an equals method is because we can avoid doing * a full key comparison in some cases. If both cursors point into the * tree, take the fast path, otherwise fall back to the slower compare * method; in both cases, return 0 if the cursors are equal, 1 if they -- cgit v1.2.1