aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/tracy
diff options
context:
space:
mode:
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: