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 f22132e commit 81236d9Copy full SHA for 81236d9
deps/v8/src/tracing/trace-event.h
@@ -31,7 +31,7 @@ enum CategoryGroupEnabledFlags {
31
kEnabledForETWExport_CategoryGroupEnabledFlags = 1 << 3,
32
};
33
34
-// 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
35
// and will not be copied. Use this macro to force a const char* to be copied.
36
#define TRACE_STR_COPY(str) v8::internal::tracing::TraceStringWithCopy(str)
37
0 commit comments