Skip to content

Commit 618e1f0

Browse files
committed
Fix typo in docstring.
1 parent f6af8b9 commit 618e1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvbench/cuda_stream.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ struct cuda_stream
5454
/**
5555
* Constructs a `cuda_stream` from an explicit cudaStream_t.
5656
*
57-
* @param owning If true, `cudaStreamCreate(stream)` will be called from this
57+
* @param owning If true, `cudaStreamDestroy(stream)` will be called from this
5858
* `cuda_stream`'s destructor.
5959
*
6060
* @sa nvbench::make_cuda_stream_view

0 commit comments

Comments
 (0)