|
From: Matthias S. <mat...@us...> - 2007-04-03 19:48:49
|
Update of /cvsroot/boost-sandbox/boost-sandbox/boost/units In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8231 Modified Files: io.hpp Log Message: spelling mistake corrected Index: io.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/io.hpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- io.hpp 2 Apr 2007 22:22:02 -0000 1.6 +++ io.hpp 3 Apr 2007 19:48:48 -0000 1.7 @@ -75,7 +75,7 @@ } /// Write @c unit to @c std::basic_ostream. Prints the symbol of -/// each fundamental unit followed by it's exponent e.g. +/// each fundamental unit followed by its exponent e.g. /// joules = m^2 kg s^(-2). If this is not what you want feel free /// to overload it for your own units. template<class Char, class Traits, class System,class Dim> |