summaryrefslogtreecommitdiffstats
path: root/www/atomic_design_c.html
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2013-02-15 15:37:50 +0000
committerHoward Hinnant <hhinnant@apple.com>2013-02-15 15:37:50 +0000
commit0dee9cd5ad303867ab87b3a9a07ce4ad354a369a (patch)
tree125da9995cf641858b6fc926efd1bab81e912a21 /www/atomic_design_c.html
parent3bc6a98c3e55a81212cfb559120e4ccdc7da1bf2 (diff)
downloadexternal_libcxx-0dee9cd5ad303867ab87b3a9a07ce4ad354a369a.tar.gz
external_libcxx-0dee9cd5ad303867ab87b3a9a07ce4ad354a369a.tar.bz2
external_libcxx-0dee9cd5ad303867ab87b3a9a07ce4ad354a369a.zip
Bruce Mitchener: Minor typo fixes.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@175274 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/atomic_design_c.html')
-rw-r--r--www/atomic_design_c.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/atomic_design_c.html b/www/atomic_design_c.html
index ae2f5ffbc..f574d4d7e 100644
--- a/www/atomic_design_c.html
+++ b/www/atomic_design_c.html
@@ -43,7 +43,7 @@ inserted directly into your application ... assembly that is not otherwise
representable by higher level C or C++ expressions. The design of the libc++
<tt>&lt;atomic&gt;</tt> header started with this goal in mind. A secondary, but
still very important goal is that the compiler should have to do minimal work to
-faciliate the implementaiton of <tt>&lt;atomic&gt;</tt>. Without this second
+facilitate the implementation of <tt>&lt;atomic&gt;</tt>. Without this second
goal, then practically speaking, the libc++ <tt>&lt;atomic&gt;</tt> header would
be doomed to be a barely supported, second class citizen on almost every
platform.