src: correct typo in trace_event header · nodejs/node@81236d9

Original file line numberDiff line numberDiff line change

@@ -31,7 +31,7 @@ enum CategoryGroupEnabledFlags {

3131

kEnabledForETWExport_CategoryGroupEnabledFlags = 1 << 3,

3232

};

3333
34-

// By default, const char* asrgument values are assumed to have long-lived scope

34+

// By default, const char* argument values are assumed to have long-lived scope

3535

// and will not be copied. Use this macro to force a const char* to be copied.

3636

#define TRACE_STR_COPY(str) v8::internal::tracing::TraceStringWithCopy(str)

3737