summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc
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_interface_atomic.cc
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_interface_atomic.cc')
-rw-r--r--compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc b/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc
index c3129b8582e..5472b2bdf1a 100644
--- a/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc
+++ b/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc
@@ -12,7 +12,7 @@
//===----------------------------------------------------------------------===//
// ThreadSanitizer atomic operations are based on C++11/C1x standards.
-// For background see C++11 standard. A slightly older, publically
+// For background see C++11 standard. A slightly older, publicly
// available draft of the standard (not entirely up-to-date, but close enough
// for casual browsing) is available here:
// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3242.pdf
OpenPOWER on IntegriCloud