Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74342 - trunk/libs/chrono/doc
From: vicente.botet_at_[hidden]
Date: 2011-09-11 06:24:50


Author: viboes
Date: 2011-09-11 06:24:49 EDT (Sun, 11 Sep 2011)
New Revision: 74342
URL: http://svn.boost.org/trac/boost/changeset/74342

Log:
Chrono: minor typo
Text files modified:
   trunk/libs/chrono/doc/chrono.qbk | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/chrono/doc/chrono.qbk
==============================================================================
--- trunk/libs/chrono/doc/chrono.qbk (original)
+++ trunk/libs/chrono/doc/chrono.qbk 2011-09-11 06:24:49 EDT (Sun, 11 Sep 2011)
@@ -758,13 +758,13 @@
 # A concrete __time_point type.
 # A function called now() which returns the concrete __time_point.
 
-The standard defines tree system-wide clocks that are associated to the computer time.
+The standard defines three system-wide clocks that are associated to the computer time.
 
 * __system_clock represents system-wide realtime clock that can be synchronized with an external clock.
 
 * __steady_clock can not be changed explicitly and the time since the initial epoch increase in a steady way.
 
-* __high_resolution_clock intend to use the system-wide clock provided by the platform with the higest resolution.
+* __high_resolution_clock intend to use the system-wide clock provided by the platform with the highest resolution.
 
 __Boost_Chrono__ provides them when supported by the underlying platform. A given platform may not be able to supply all three of these clocks.
 


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