|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r80826 - trunk/boost/accumulators/statistics
From: eric_at_[hidden]
Date: 2012-10-03 13:55:51
Author: eric_niebler
Date: 2012-10-03 13:55:50 EDT (Wed, 03 Oct 2012)
New Revision: 80826
URL: http://svn.boost.org/trac/boost/changeset/80826
Log:
accumulators: fix comment. refs #7456
Text files modified:
trunk/boost/accumulators/statistics/density.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/accumulators/statistics/density.hpp
==============================================================================
--- trunk/boost/accumulators/statistics/density.hpp (original)
+++ trunk/boost/accumulators/statistics/density.hpp 2012-10-03 13:55:50 EDT (Wed, 03 Oct 2012)
@@ -95,7 +95,7 @@
}
// Once cache_size samples have been accumulated, create num_bins bins of same size between
- // the minimum and maximum of the cached samples as well as an under- and and an overflow bin.
+ // the minimum and maximum of the cached samples as well as under and overflow bins.
// Store their lower bounds (bin_positions) and fill the bins with the cached samples (samples_in_bin).
if (cnt == this->cache_size)
{
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