Fix typos.
[alexxy/gromacs.git] / src / gromacs / awh / histogramsize.cpp
index 2810229ee1aa5b91f5ff1fba98ecb4c5725dadb6..d732dd86e2ac1373d55fa5770d906ce65047d41a 100644 (file)
@@ -82,7 +82,7 @@ double HistogramSize::newHistogramSizeInitialStage(const BiasParams &params,
                                                    FILE             *fplog)
 {
     /* The histogram size is kept constant until the sampling region has been covered
-       and the the current sample weight is large enough and the histogram is ready. */
+       and the current sample weight is large enough and the histogram is ready. */
     if (!detectedCovering ||
         (logScaledSampleWeight_ < maxLogScaledSampleWeight_) ||
         equilibrateHistogram_)