Skip to content

Commit 81236d9

Browse files
danbevMylesBorins
authored andcommitted
src: correct typo in trace_event header
PR-URL: #15583 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent f22132e commit 81236d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/src/tracing/trace-event.h

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)