Skip to content

Commit 54e4ecb

Browse files
Jeff Hammondbader
authored andcommitted
fix typo
Signed-off-by: Jeff Hammond <[email protected]>
1 parent 6b8be71 commit 54e4ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/usm/usm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ void* sycl_malloc(size_t size, const sycl::device& dev);
262262

263263
Parameters::
264264
* `size_t size` - number of bytes to allocate
265-
* `const sycl::device& dev - the SYCL device to allocate on
265+
* `const sycl::device& dev` - the SYCL device to allocate on
266266
Return value:: Returns a pointer to the newly allocated `shared` memory on the specified `device` on success. Memory allocated by `sycl_malloc` must be deallocated with `sycl_free` to avoid memory leaks. On failure, returns `nullptr`.
267267

268268
'''

0 commit comments

Comments
 (0)