Add SYCL implementation of LeapFrogGpu
[alexxy/gromacs.git] / src / gromacs / gpu_utils / devicebuffer_datatype.h
index b4be8bd619821f891e593d6c33638a4e8479f73c..d1c27bde9cbd783023f5cf1429dce932823e705b 100644 (file)
@@ -116,7 +116,7 @@ struct DeviceBuffer
     //! Allow implicit conversion to bool to check buffer status for compatibility with other implementations.
     operator bool() const { return buffer_.get() != nullptr; }
 
-    //! An assignment operator to allow resetting buffer by assigning nullptr to it. Necessery for compilation.
+    //! An assignment operator to allow resetting buffer by assigning nullptr to it. Necessary for compilation.
     DeviceBuffer& operator=(std::nullptr_t nullPtr);
 };