summaryrefslogtreecommitdiff
path: root/absl/log
diff options
context:
space:
mode:
authorGravatar Andy Getzendanner <durandal@google.com>2022-11-18 14:59:01 -0800
committerGravatar Copybara-Service <copybara-worker@google.com>2022-11-18 14:59:41 -0800
commit48c36b48fc7ead5a0fb6de7577780c2acf046e15 (patch)
tree0e56f64fb8e2cd6c843f453188e534440b158edf /absl/log
parentebab79b5783b3298ee2f31251174c660c322d7ef (diff)
Drop outdated comment about LogEntry copyability.
PiperOrigin-RevId: 489569565 Change-Id: Ia08c0c956a672ad435885c68f3e4a3de0405dad1
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;