summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/docs/ThreadSanitizer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/tools/clang/docs/ThreadSanitizer.rst')
-rw-r--r--gnu/llvm/tools/clang/docs/ThreadSanitizer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/tools/clang/docs/ThreadSanitizer.rst b/gnu/llvm/tools/clang/docs/ThreadSanitizer.rst
index 0b9b163a965..cfb0a952e12 100644
--- a/gnu/llvm/tools/clang/docs/ThreadSanitizer.rst
+++ b/gnu/llvm/tools/clang/docs/ThreadSanitizer.rst
@@ -30,7 +30,7 @@ and line numbers in the warning messages.
Example:
-.. code-block:: c++
+.. code-block:: console
% cat projects/compiler-rt/lib/tsan/lit_tests/tiny_race.c
#include <pthread.h>