Fix typos.
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gpuregiontimer.h
index 64c2a7918b53a2f4d15f29dce19ca38e46327297..d33cc9baec5c59a194e0f66002a66636e312f054 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2016,2017,2018, by the GROMACS development team, led by
+ * Copyright (c) 2016,2017,2018,2019, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -113,7 +113,7 @@ template <typename GpuRegionTimerImpl> class GpuRegionTimerWrapper
             impl_.closeTimingRegion(s);
         }
         /*! \brief
-         * Accumulates the last timespan of all the events used into the the total duration,
+         * Accumulates the last timespan of all the events used into the total duration,
          * and resets the internal timer state.
          * To be called after closeTimingRegion() and the command stream of the event having been synchronized.
          * \returns The last timespan (in milliseconds).