diff --git a/sycl/include/CL/sycl/detail/accessor_impl.hpp b/sycl/include/CL/sycl/detail/accessor_impl.hpp index dac0c776f7bf9..83f842b622a19 100644 --- a/sycl/include/CL/sycl/detail/accessor_impl.hpp +++ b/sycl/include/CL/sycl/detail/accessor_impl.hpp @@ -79,7 +79,7 @@ class __SYCL_EXPORT AccessorImplHost { MElemSize(Other.MElemSize), MOffsetInBytes(Other.MOffsetInBytes), MIsSubBuffer(Other.MIsSubBuffer) {} - // The resize method provides a way to change the size of the + // The resize method provides a way to change the size of the // allocated memory and corresponding properties for the accessor. // These are normally fixed for the accessor, but this capability // is needed to support the stream class.