summaryrefslogtreecommitdiff
path: root/xact.h
diff options
context:
space:
mode:
Diffstat (limited to 'xact.h')
-rw-r--r--xact.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/xact.h b/xact.h
index 5a3aa32f..5d4950f9 100644
--- a/xact.h
+++ b/xact.h
@@ -184,10 +184,10 @@ public:
#endif
};
- // This variable holds a pointer to "extended data" which is usually
- // produced only during reporting, and only for the transaction set being
- // reported. It's a memory-saving measure to delay allocation until the
- // last possible moment.
+ // This variable holds optional "extended data" which is usually produced
+ // only during reporting, and only for the transaction set being reported.
+ // It's a memory-saving measure to delay allocation until the last possible
+ // moment.
mutable optional<xdata_t> xdata_;
bool has_xdata() const {