We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456d8e2 commit 4f4d55dCopy full SHA for 4f4d55d
src/tracing/trace_event.h
@@ -30,7 +30,7 @@ enum CategoryGroupEnabledFlags {
30
kEnabledForETWExport_CategoryGroupEnabledFlags = 1 << 3,
31
};
32
33
-// 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
34
// and will not be copied. Use this macro to force a const char* to be copied.
35
#define TRACE_STR_COPY(str) node::tracing::TraceStringWithCopy(str)
36
0 commit comments