From 385520a5677146f83b94277916586d38b33772d9 Mon Sep 17 00:00:00 2001 From: Shahab Layeghi Date: Mon, 18 May 2020 12:30:49 -0700 Subject: [PATCH] [SYCL] Use a global flush buffer in stream Minor format fix Signed-off-by: Shahab Layeghi --- sycl/include/CL/sycl/detail/accessor_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.