Fix typo in docstring.

This commit is contained in:
Allison Piper
2025-04-04 20:14:44 +00:00
parent f6af8b9769
commit 618e1f048c

View File

@@ -54,7 +54,7 @@ struct cuda_stream
/**
* Constructs a `cuda_stream` from an explicit cudaStream_t.
*
* @param owning If true, `cudaStreamCreate(stream)` will be called from this
* @param owning If true, `cudaStreamDestroy(stream)` will be called from this
* `cuda_stream`'s destructor.
*
* @sa nvbench::make_cuda_stream_view