aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/tracy
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2023-12-19 13:45:15 -0800
committerrtk0c <[email protected]>2023-12-19 13:45:46 -0800
commitfac2f222b2a8c14d25131c2489f952f1766bc6fa (patch)
tree75e5cbd31d9715da2701d3cc3a10fda8c173df9b /3rdparty/tracy
parent72f74ba243fb985052da4bafaf9c0394470f024d (diff)
Run dos2unix
Diffstat (limited to '3rdparty/tracy')
-rw-r--r--3rdparty/tracy/tracy/client/tracy_concurrentqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/tracy/tracy/client/tracy_concurrentqueue.h b/3rdparty/tracy/tracy/client/tracy_concurrentqueue.h
index a1f4173..5573324 100644
--- a/3rdparty/tracy/tracy/client/tracy_concurrentqueue.h
+++ b/3rdparty/tracy/tracy/client/tracy_concurrentqueue.h
@@ -1,4 +1,4 @@
-// Provides a C++11 implementation of a multi-producer, multi-consumer lock-free queue.
+// Provides a C++11 implementation of a multi-producer, multi-consumer lock-free queue.
// An overview, including benchmark results, is provided here:
// http://moodycamel.com/blog/2014/a-fast-general-purpose-lock-free-queue-for-c++
// The full design is also described in excruciating detail at: