]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/chrono/stopwatches/include/boost/chrono/stopwatches/laps_stopwatch.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / chrono / stopwatches / include / boost / chrono / stopwatches / laps_stopwatch.hpp
index de165529a2e74579a42a2c56c1a809526132ba83..981644193a67df7d69b5bd432504d81b958dd80c 100644 (file)
@@ -25,7 +25,7 @@ namespace boost
 
 
     /**
-     * A laps_stopwatch is a model of @c Stopwatch taking as parameters the @c Clock and the @c LapsCollector.
+     * A laps_stopwatch is a model of @c Stopwatch taking as template parameters the @c Clock and the @c LapsCollector.
      *
      * The main difference respect to a @c simple_stopwatch is that the user can stop it.
      * Each sequence of start-stop results in a new elapsed duration sample that is provided to the LapsCollector.