summaryrefslogtreecommitdiff
path: root/src/include/cache.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cache.i')
-rw-r--r--src/include/cache.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cache.i b/src/include/cache.i
index d84069c43fb..3af454775b2 100644
--- a/src/include/cache.i
+++ b/src/include/cache.i
@@ -169,7 +169,7 @@ __wt_session_can_wait(WT_SESSION_IMPL *session)
/*
* __wt_cache_full_check --
- * Wait for there to be space in the cache before a read or update.
+ * Evict pages if the cache crosses its boundaries.
*/
static inline int
__wt_cache_full_check(WT_SESSION_IMPL *session)