From 8a6889cdf156f489ae4b77d0a3678fe1aae2d9cb Mon Sep 17 00:00:00 2001 From: Susan LoVerso Date: Thu, 28 Jan 2016 09:59:47 -0500 Subject: WT-60 Fix comment --- src/include/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/log.h b/src/include/log.h index 09d4c428279..0d4bbec168d 100644 --- a/src/include/log.h +++ b/src/include/log.h @@ -254,8 +254,8 @@ struct __wt_log_record { /* * __wt_log_record_byteswap -- - * Handle big- and little-endian transformation of the log file - * description block. + * Handle big- and little-endian transformation of the log record + * header block. */ static inline void __wt_log_record_byteswap(WT_LOG_RECORD *record) -- cgit v1.2.1