summaryrefslogtreecommitdiff
path: root/absl/log
diff options
context:
space:
mode:
Diffstat (limited to 'absl/log')
-rw-r--r--absl/log/log_entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/log/log_entry.h b/absl/log/log_entry.h
index 41de6e66..9e4ae8eb 100644
--- a/absl/log/log_entry.h
+++ b/absl/log/log_entry.h
@@ -49,7 +49,7 @@ class LogMessage;
// Represents a single entry in a log, i.e., one `LOG` statement or failed
// `CHECK`.
//
-// `LogEntry` is copyable and thread-compatible.
+// `LogEntry` is thread-compatible.
class LogEntry final {
public:
using tid_t = log_internal::Tid;