summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-01-14 04:21:19 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2015-01-14 04:21:19 +1100
commitae3bd66c8cd2ffa1f0630b035d364a895a4920be (patch)
tree1f06496b2ead6d7f0075e17e9c71196c932297b3
parent73823724761dc3afcde417dfac77aee94533cfa7 (diff)
downloadmongo-ae3bd66c8cd2ffa1f0630b035d364a895a4920be.tar.gz
Fix outdated comment.
-rw-r--r--src/btree/bt_cursor.c2
1 files changed, 1 insertions, 1 deletions
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