summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_flags.h
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-05-15 02:22:34 +0000
committerAlp Toker <alp@nuanti.com>2014-05-15 02:22:34 +0000
commit1ee7fc7a1a5125d12b15673fcee500df4bf6241b (patch)
tree810b11a0f6969a552c0a6be53e0a03129a2ed6a6 /compiler-rt/lib/tsan/rtl/tsan_flags.h
parente077269764568465a70f72a7ef21249e25f3afe0 (diff)
downloadbcm5719-llvm-1ee7fc7a1a5125d12b15673fcee500df4bf6241b.tar.gz
bcm5719-llvm-1ee7fc7a1a5125d12b15673fcee500df4bf6241b.zip
Fix typos
llvm-svn: 208841
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_flags.h')
-rw-r--r--compiler-rt/lib/tsan/rtl/tsan_flags.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_flags.h b/compiler-rt/lib/tsan/rtl/tsan_flags.h
index cd489d66843..c6b4bbf1655 100644
--- a/compiler-rt/lib/tsan/rtl/tsan_flags.h
+++ b/compiler-rt/lib/tsan/rtl/tsan_flags.h
@@ -22,10 +22,10 @@ namespace __tsan {
struct Flags : CommonFlags, DDFlags {
// Enable dynamic annotations, otherwise they are no-ops.
bool enable_annotations;
- // Supress a race report if we've already output another race report
+ // Suppress a race report if we've already output another race report
// with the same stack.
bool suppress_equal_stacks;
- // Supress a race report if we've already output another race report
+ // Suppress a race report if we've already output another race report
// on the same address.
bool suppress_equal_addresses;
// Suppress weird race reports that can be seen if JVM is embed
OpenPOWER on IntegriCloud