|
Boost-Commit : |
From: nielsdekker_at_[hidden]
Date: 2008-07-20 08:18:25
Author: niels_dekker
Date: 2008-07-20 08:18:25 EDT (Sun, 20 Jul 2008)
New Revision: 47629
URL: http://svn.boost.org/trac/boost/changeset/47629
Log:
Fixed silly little typo of mine, in test/swap_arrays.cpp
Text files modified:
trunk/libs/utility/swap/test/swap_arrays.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/utility/swap/test/swap_arrays.cpp
==============================================================================
--- trunk/libs/utility/swap/test/swap_arrays.cpp (original)
+++ trunk/libs/utility/swap/test/swap_arrays.cpp 2008-07-20 08:18:25 EDT (Sun, 20 Jul 2008)
@@ -14,7 +14,7 @@
//Provide swap function in both the namespace of swap_test_class
//(which is the global namespace), and the std namespace.
//It's common to provide a swap function for a class in both
-//namespaces. Scott Meyers recommends doing so: Effectice C++,
+//namespaces. Scott Meyers recommends doing so: Effective C++,
//Third Edition, item 25, "Consider support for a non-throwing swap".
void swap(swap_test_class& left, swap_test_class& right)
{
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk