Fix random doxygen warnings and typos
[alexxy/gromacs.git] / src / gromacs / mdlib / leapfrog_gpu.cu
index b4c08e0e350850531aa6c3adf358368eac849e0d..1b5ec5f42b93caf299b6dc8dd89679bb15fd12bc 100644 (file)
@@ -69,7 +69,7 @@ namespace gmx
 
 /*!\brief Number of CUDA threads in a block
  *
- * \todo Check if using smaller block size will lead to better prformance.
+ * \todo Check if using smaller block size will lead to better performance.
  */
 constexpr static int c_threadsPerBlock = 256;
 //! Maximum number of threads in a block (for __launch_bounds__)