|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74487 - trunk/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2011-09-21 12:58:10
Author: viboes
Date: 2011-09-21 12:58:10 EDT (Wed, 21 Sep 2011)
New Revision: 74487
URL: http://svn.boost.org/trac/boost/changeset/74487
Log:
Chrono: typo
Text files modified:
trunk/boost/chrono/duration.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/chrono/duration.hpp
==============================================================================
--- trunk/boost/chrono/duration.hpp (original)
+++ trunk/boost/chrono/duration.hpp 2011-09-21 12:58:10 EDT (Wed, 21 Sep 2011)
@@ -255,7 +255,7 @@
}
};
- // When the denomenator of FromPeriod / ToPeriod is 1, then all we need to do is
+ // When the denominator of FromPeriod / ToPeriod is 1, then all we need to do is
// multiply by the numerator of FromPeriod / ToPeriod. The common_type of
// the two representations is used for the intermediate computation before
// static_cast'ing to the destination.
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