summaryrefslogtreecommitdiff
path: root/src/tracing/node_trace_buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracing/node_trace_buffer.cc')
-rw-r--r--src/tracing/node_trace_buffer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tracing/node_trace_buffer.cc b/src/tracing/node_trace_buffer.cc
index 1765b88df1..6e552d659a 100644
--- a/src/tracing/node_trace_buffer.cc
+++ b/src/tracing/node_trace_buffer.cc
@@ -134,7 +134,7 @@ bool NodeTraceBuffer::Flush() {
}
// Attempts to set current_buf_ such that it references a buffer that can
-// can write at least one trace event. If both buffers are unavailable this
+// write at least one trace event. If both buffers are unavailable this
// method returns false; otherwise it returns true.
bool NodeTraceBuffer::TryLoadAvailableBuffer() {
InternalTraceBuffer* prev_buf = current_buf_.load();