Fix random doxygen warnings and typos
[alexxy/gromacs.git] / src / gromacs / gpu_utils / devicebuffer.cuh
index 565c2c1bc84ac64ca29f3ef538c567db57849879..584edc7775f1def740132f9427fcbde10385745e 100644 (file)
@@ -60,7 +60,7 @@
  *
  * \tparam        ValueType            Raw value type of the \p buffer.
  * \param[in,out] buffer               Pointer to the device-side buffer.
- * \param[in]     numValues            Number of values to accomodate.
+ * \param[in]     numValues            Number of values to accommodate.
  * \param[in]     deviceContext        The buffer's dummy device  context - not managed explicitly in CUDA RT.
  */
 template<typename ValueType>