diff --git a/deps/v8/src/tracing/trace-event.h b/deps/v8/src/tracing/trace-event.h index 246ddd3aba3bd7..79ca9cffe932fa 100644 --- a/deps/v8/src/tracing/trace-event.h +++ b/deps/v8/src/tracing/trace-event.h @@ -31,7 +31,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) v8::internal::tracing::TraceStringWithCopy(str)