summaryrefslogtreecommitdiff
path: root/src/include/cursor.i
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-11-27 19:57:38 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-11-27 19:59:30 -0500
commit37655b96dfe3ca05ce61cc6ea53aca8d1da9223d (patch)
tree368e7b7057bd845ce2247c4a631160a34a159458 /src/include/cursor.i
parent2e3a02cc52d21f7ce752de9db381904ad629bdd8 (diff)
downloadmongo-37655b96dfe3ca05ce61cc6ea53aca8d1da9223d.tar.gz
Fix a few comments around cursor in-use count support.
Diffstat (limited to 'src/include/cursor.i')
-rw-r--r--src/include/cursor.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/cursor.i b/src/include/cursor.i
index 18581e6b805..2e382591313 100644
--- a/src/include/cursor.i
+++ b/src/include/cursor.i
@@ -202,7 +202,7 @@ err: return (ret);
/*
* __wt_cursor_dhandle_incr_use --
- * Increment the in-use counter in cursor's data source.
+ * Increment the in-use counter in the cursor's data source.
*/
static inline void
__wt_cursor_dhandle_incr_use(WT_SESSION_IMPL *session)
@@ -219,7 +219,7 @@ __wt_cursor_dhandle_incr_use(WT_SESSION_IMPL *session)
/*
* __wt_cursor_dhandle_decr_use --
- * Decrement the in-use counter in cursor's data source.
+ * Decrement the in-use counter in the cursor's data source.
*/
static inline void
__wt_cursor_dhandle_decr_use(WT_SESSION_IMPL *session)