summaryrefslogtreecommitdiffstats
path: root/www/atomic_design_c.html
diff options
context:
space:
mode:
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.