diff --git a/www/atomic_design_c.html b/www/atomic_design_c.html
index 6fbce5fe4..82cc80f7f 100644
--- a/www/atomic_design_c.html
+++ b/www/atomic_design_c.html
@@ -115,7 +115,7 @@ __has_feature(__atomic_flag) == 1
__has_feature(__atomic_exchange_seq_cst_j) == 1
__has_feature(__atomic_store_seq_cst_j) == 1
-typedef unsigned int __atomic_flag__;
+typedef unsigned int __atomic_flag__;
unsigned int __atomic_exchange_seq_cst(unsigned int volatile*, unsigned int)
{
diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html
index 8d2b14828..0bcd179de 100644
--- a/www/cxx1y_status.html
+++ b/www/cxx1y_status.html
@@ -46,7 +46,7 @@
SG1 - Study group #1 (Concurrency working group)
-
+
Paper Status
Paper # | Group | Paper Name | Meeting | Status | First released version |
@@ -55,7 +55,7 @@
| | | | | |
-
+
3421 | LWG | Making Operator Functors greater<> | Portland | Complete | 3.4 |
3462 | LWG | std::result_of and SFINAE | Portland | Complete | 3.4 |
3469 | LWG | Constexpr Library Additions: chrono, v3 | Portland | Complete | 3.4 |
@@ -75,7 +75,7 @@
-
+
3545 | LWG | An Incremental Improvement to integral_constant | Bristol | Complete | 3.4 |
3644 | LWG | Null Forward Iterators | Bristol | Complete | 3.4 |
3668 | LWG | std::exchange() | Bristol | Complete | 3.4 |
@@ -90,7 +90,7 @@
3672 | LWG | A proposal to add a utility class to represent optional objects | Bristol | Removed from Draft Standard | n/a |
3669 | LWG | Fixing constexpr member functions without const | Bristol | Complete | 3.4 |
3662 | LWG | C++ Dynamic Arrays (dynarray) | Bristol | Removed from Draft Standard | n/a |
-
+
3659 | SG1 | Shared Locking in C++ | Bristol | Complete | 3.4 |
| | | | | |
diff --git a/www/index.html b/www/index.html
index ab39e1183..eca48ced1 100644
--- a/www/index.html
+++ b/www/index.html
@@ -204,7 +204,7 @@
If you think you've found a bug in libc++, please report it using
the LLVM Bugzilla. If you're not sure, you
- can post a message to the cfe-dev
+ can post a message to the cfe-dev
mailing list or on IRC. Please include "libc++" in your subject.
diff --git a/www/ts1z_status.html b/www/ts1z_status.html
index 8f7760314..22ad0d450 100644
--- a/www/ts1z_status.html
+++ b/www/ts1z_status.html
@@ -95,7 +95,7 @@
-
+
Features in Filesystem
Feature Name | Status | First released version |