Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / type_traits / examples / copy_example.cpp
index b6bba2c..2ba60a8 100644 (file)
@@ -32,7 +32,7 @@ namespace opt{
 //
 // opt::copy
 // same semantics as std::copy
-// calls memcpy where appropiate.
+// calls memcpy where appropriate.
 //
 
 namespace detail{