Skip to content

Commit 80da1c3

Browse files
committed
Merge pull request #454 from dayitv89/gds-FixTypo_Tracing
Fix typos copnsumers => consumers
2 parents 889bc93 + 3315f59 commit 80da1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/SourceKit/lib/Support/Tracing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static std::atomic<bool> tracing_enabled(false);
3030
static std::atomic<uint64_t> operation_id(0);
3131

3232
//----------------------------------------------------------------------------//
33-
// Copnsumers
33+
// Consumers
3434
//----------------------------------------------------------------------------//
3535
struct TraceConsumerListNode {
3636
trace::TraceConsumer *const Consumer;

0 commit comments

Comments
 (0)