aboutsummaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/ToolchainSupport.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/support/ToolchainSupport.h b/support/ToolchainSupport.h
index ad09c6535a..e3c0c2761d 100644
--- a/support/ToolchainSupport.h
+++ b/support/ToolchainSupport.h
@@ -337,9 +337,7 @@ inline bool isfinite(half_float::half value)
namespace cpp14
{
-/** make_unqiue is missing in CPP11. Reimplement it according to the standard
- * proposal.
- */
+/** make_unique is missing in CPP11. Re-implement it according to the standard proposal. */
template <class T>
struct _Unique_if
{