Fix random typos
[alexxy/gromacs.git] / src / gromacs / ewald / pme_gpu_types_host_impl.h
index e1f7f17b90f5bde2dcd32a25181328e520d9e144..69121ab07a81bb0e0ffc682ea69b73249ffbcaf3 100644 (file)
@@ -107,7 +107,7 @@ struct PmeGpuSpecific
     GpuEventSynchronizer syncSpreadGridD2H;
 
     /* Settings which are set at the start of the run */
-    /*! \brief A boolean which tells whether the complex and real grids for cu/clFFT are different or same. Currenty true. */
+    /*! \brief A boolean which tells whether the complex and real grids for cu/clFFT are different or same. Currently true. */
     bool performOutOfPlaceFFT = false;
     /*! \brief A boolean which tells if the GPU timing events are enabled.
      *  False by default, can be enabled by setting the environment variable GMX_ENABLE_GPU_TIMING.