summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/support/scratch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/support/scratch.c')
-rw-r--r--src/third_party/wiredtiger/src/support/scratch.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/third_party/wiredtiger/src/support/scratch.c b/src/third_party/wiredtiger/src/support/scratch.c
index 294f8f2fe0f..74195d18502 100644
--- a/src/third_party/wiredtiger/src/support/scratch.c
+++ b/src/third_party/wiredtiger/src/support/scratch.c
@@ -241,11 +241,10 @@ __wt_scr_alloc_func(WT_SESSION_IMPL *session, size_t size, WT_ITEM **scratchp
*scratchp = NULL;
/*
- * Each WT_SESSION_IMPL has an array of scratch buffers available for
- * use by any function. We use WT_ITEM structures for scratch memory
- * because we already have functions that do variable-length allocation
- * on a WT_ITEM. Scratch buffers are allocated only by a single thread
- * of control, so no locking is necessary.
+ * Each WT_SESSION_IMPL has an array of scratch buffers available for use by any function. We
+ * use WT_ITEM structures for scratch memory because we already have functions that do
+ * variable-length allocation on a WT_ITEM. Scratch buffers are allocated only by a single
+ * thread of control, so no locking is necessary.
*
* Walk the array, looking for a buffer we can use.
*/