Fix typo
authorkhizmax <libcds.dev@gmail.com>
Sat, 15 Apr 2017 09:16:10 +0000 (12:16 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 15 Apr 2017 09:16:10 +0000 (12:16 +0300)
tools/tsan-suppression

index d6ad3a79ca29a03a9c074b2d0d3f59bbc63f6d7c..909b04ca640a2fb2307add21316b3f279ddb3b43 100644 (file)
@@ -1,7 +1,7 @@
 # Run-time flags: envvar TSAN_OPTIONS="';' delimited option list"
 # Useful options (full list see https://github.com/google/sanitizers/wiki/ThreadSanitizerFlags):
 #   suppressions=<supression_file_name>
-#   verosity=n Verbosity level (0 - silent, 1 - a bit of output, 2+ - more output).
+#   verbosity=n Verbosity level (0 - silent, 1 - a bit of output, 2+ - more output).
 #   history_size=[0..7], default 2
 #   detect_deadlocks=0 - some data structs in libcds tests use a lot of node-level mutexes.
 #                        TSan has the hardcoded limit =16 for the number of mutex per thread.