diff options
Diffstat (limited to 'src/utils.cc')
-rw-r--r-- | src/utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.cc b/src/utils.cc index 5f42eae5..70c6d5f8 100644 --- a/src/utils.cc +++ b/src/utils.cc @@ -529,7 +529,7 @@ struct __maybe_enable_debugging { /********************************************************************** * - * Timers (allows log entries to specify cumulative time spent) + * Timers (allows log xacts to specify cumulative time spent) */ #if defined(LOGGING_ON) && defined(TIMERS_ON) |