Fix typos.
[alexxy/gromacs.git] / src / gromacs / awh / biaswriter.cpp
index e6e605ea4ed2dfdc51eb6b655906e76d53379b69..4dcea0f7b81ac5b2e477200fcf7b3c81bc41ae26 100644 (file)
@@ -362,7 +362,7 @@ void BiasWriter::prepareBiasOutput(const Bias &bias)
     gmx::ArrayRef<float> pmf = block_[getVarStartBlock(AwhOutputEntryType::Pmf)].data();
     bias.state().getPmf(pmf);
 
-    /* Pack the the data point by point.
+    /* Pack the data point by point.
      * Unfortunately we can not loop over a class enum, so we cast to int.
      * \todo Use strings instead of enum when we port the output to TNG.
      */