Fix a typo in the description string
PiperOrigin-RevId: 481421713
This commit is contained in:
parent
17202af6f7
commit
f7da95a130
|
@ -64,7 +64,7 @@ void BasicTraceEventTypes(TraceEventRegistry* result) {
|
||||||
std::vector<TraceEventType> basic_types = {
|
std::vector<TraceEventType> basic_types = {
|
||||||
{TraceEvent::UNKNOWN, "An uninitialized trace-event."},
|
{TraceEvent::UNKNOWN, "An uninitialized trace-event."},
|
||||||
{TraceEvent::OPEN, "A call to Calculator::Open.", true, true},
|
{TraceEvent::OPEN, "A call to Calculator::Open.", true, true},
|
||||||
{TraceEvent::PROCESS, "A call to Calculator::Open.", true, true},
|
{TraceEvent::PROCESS, "A call to Calculator::Process.", true, true},
|
||||||
{TraceEvent::CLOSE, "A call to Calculator::Close.", true, true},
|
{TraceEvent::CLOSE, "A call to Calculator::Close.", true, true},
|
||||||
|
|
||||||
{TraceEvent::NOT_READY, "A calculator cannot process packets yet."},
|
{TraceEvent::NOT_READY, "A calculator cannot process packets yet."},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user