summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSusan LoVerso <sue@mongodb.com>2016-01-28 09:59:47 -0500
committerSusan LoVerso <sue@mongodb.com>2016-01-28 09:59:47 -0500
commit8a6889cdf156f489ae4b77d0a3678fe1aae2d9cb (patch)
tree923fc640a19c6e3875ccfd7c0044f998ef2bf0b4
parent5e67035b24d85848a87f5f99ea73b1ce1fdf3ac5 (diff)
downloadmongo-8a6889cdf156f489ae4b77d0a3678fe1aae2d9cb.tar.gz
WT-60 Fix comment
-rw-r--r--src/include/log.h4
1 files 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)