Merge branch release-2021
[alexxy/gromacs.git] / src / gromacs / modularsimulator / checkpointhelper.h
index f73e4b5cb186d0ccc4cd2e2dd1c6d9722617f47c..80b184f598384dedae278383651c498796402bba 100644 (file)
@@ -74,7 +74,7 @@ class TrajectoryElement;
  * every 15 minutes), and needs two NS steps to take effect - on the first
  * NS step, the checkpoint helper on master rank signals to all other ranks
  * that checkpointing is about to occur. At the next NS step, the checkpoint
- * is written. On the last step, checkpointing happens immediately after the
+ * is written. On the last step, checkpointing happens immediately before the
  * step (no signalling). To be able to react to last step being signalled,
  * the CheckpointHelper does also implement the `ISimulatorElement` interface,
  * but does only register a function if the last step has been called. It