summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/btmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/btmem.h')
-rw-r--r--src/third_party/wiredtiger/src/include/btmem.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/third_party/wiredtiger/src/include/btmem.h b/src/third_party/wiredtiger/src/include/btmem.h
index ca789921b1d..b066bcde18f 100644
--- a/src/third_party/wiredtiger/src/include/btmem.h
+++ b/src/third_party/wiredtiger/src/include/btmem.h
@@ -1015,11 +1015,10 @@ struct __wt_col {
/*
* WT_IKEY --
- * Instantiated key: row-store keys are usually prefix compressed and
- * sometimes Huffman encoded or overflow objects. Normally, a row-store
- * page in-memory key points to the on-page WT_CELL, but in some cases,
- * we instantiate the key in memory, in which case the row-store page
- * in-memory key points to a WT_IKEY structure.
+ * Instantiated key: row-store keys are usually prefix compressed or overflow objects.
+ * Normally, a row-store page in-memory key points to the on-page WT_CELL, but in some
+ * cases, we instantiate the key in memory, in which case the row-store page in-memory
+ * key points to a WT_IKEY structure.
*/
struct __wt_ikey {
uint32_t size; /* Key length */