Skip to content

Commit f6027be

Browse files
DuncanMcBainProGTX
andauthored
Remove unnecessary hyphen
Co-Authored-By: Peter Žužek <peterzuzek@gmail.com>
1 parent 4f56822 commit f6027be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default-constructed-buffers/default-constructed-buffers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ explicit conversion operator would call this same function but allow its use
6060
in `if` statements.
6161

6262
Requesting access from a default-constructed buffer should throw an exception.
63-
It is not meaningful to use a default-constructed buffer on-device. Since there
63+
It is not meaningful to use a default-constructed buffer on device. Since there
6464
is no allocation associated with a default-constructed `buffer`,
6565
`cl::sycl::buffer::set_final_data` and `cl::sycl::buffer::set_write_back`
6666
should behave as if the `buffer` had a final pointer of `nullptr` at all times.

0 commit comments

Comments
 (0)