diff --git a/src/tracing/trace_event.h b/src/tracing/trace_event.h index 61808eb94f75a1..d20d497c1e721b 100644 --- a/src/tracing/trace_event.h +++ b/src/tracing/trace_event.h @@ -30,7 +30,7 @@ enum CategoryGroupEnabledFlags { kEnabledForETWExport_CategoryGroupEnabledFlags = 1 << 3, }; -// By default, const char* asrgument values are assumed to have long-lived scope +// By default, const char* argument values are assumed to have long-lived scope // and will not be copied. Use this macro to force a const char* to be copied. #define TRACE_STR_COPY(str) node::tracing::TraceStringWithCopy(str)