Skip to content

Commit 4f4d55d

Browse files
committed
src: correct typo in trace_event header
PR-URL: #15583 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 456d8e2 commit 4f4d55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tracing/trace_event.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ enum CategoryGroupEnabledFlags {
3030
kEnabledForETWExport_CategoryGroupEnabledFlags = 1 << 3,
3131
};
3232

33-
// By default, const char* asrgument values are assumed to have long-lived scope
33+
// By default, const char* argument values are assumed to have long-lived scope
3434
// and will not be copied. Use this macro to force a const char* to be copied.
3535
#define TRACE_STR_COPY(str) node::tracing::TraceStringWithCopy(str)
3636

0 commit comments

Comments
 (0)