From ddd6eaee73a7afd899e0fd211e4f00b3d5c00d58 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Wed, 6 Apr 2005 06:30:49 +0000 Subject: [PATCH] comment svn path=/trunk/boost/boost/numeric/ublas/; revision=28003 --- include/boost/numeric/ublas/storage.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/numeric/ublas/storage.hpp b/include/boost/numeric/ublas/storage.hpp index 9e530693..075dcd0a 100644 --- a/include/boost/numeric/ublas/storage.hpp +++ b/include/boost/numeric/ublas/storage.hpp @@ -617,7 +617,7 @@ namespace boost { namespace numeric { namespace ublas { #ifdef BOOST_UBLAS_SHALLOW_ARRAY_ADAPTOR // Array adaptor with shallow (reference) copy semantics of elements. - // shared_array are used maitain reference counting. + // shared_array is used to maintain reference counts. // This class breaks the normal copy semantics for a storage container and is very dangerous! template class shallow_array_adaptor: