Remove the CPU hardware context from the general list of test hardware contexts
[alexxy/gromacs.git] / src / gromacs / hardware / device_information.h
index 8c8020efaaf75f03d0c840df9dffac644177c592..b38cccb703c700ba50533bf792ffce0d6a299ec8 100644 (file)
@@ -71,7 +71,7 @@ enum class DeviceStatus : int
     Incompatible = 2,
     //! OpenCL device has incompatible cluster size for non-bonded kernels.
     IncompatibleClusterSize = 3,
-    /*! \brief An error occurred he functionality checks.
+    /*! \brief An error occurred during the functionality checks.
      * That indicates malfunctioning of the device, driver, or incompatible driver/runtime.
      */
     NonFunctional = 4,