Skip to content

Commit 4baad3c

Browse files
authored
Fix a typo in the documentation (#7330)
1 parent e8a4e78 commit 4baad3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcudacxx/include/cuda/__memory_pool/device_memory_pool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class device_memory_pool_ref : public __memory_pool_base
9797
//! ``device_memory_pool`` allocates device memory using
9898
//! `cudaMallocFromPoolAsync / cudaFreeAsync
9999
//! <https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__MEMORY__POOLS.html>`__
100-
//! for allocation/deallocation. A When constructed it creates an underlying \c
100+
//! for allocation/deallocation. When constructed it creates an underlying \c
101101
//! cudaMemPool_t with the location type set to \c cudaMemLocationTypeDevice and
102102
//! owns it.
103103
//!

libcudacxx/include/cuda/__memory_pool/managed_memory_pool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class managed_memory_pool_ref : public __memory_pool_base
9494
//! ``managed_memory_pool`` allocates managed memory using
9595
//! `cudaMallocFromPoolAsync / cudaFreeAsync
9696
//! <https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__MEMORY__POOLS.html>`__
97-
//! for allocation/deallocation. A When constructed it creates an underlying \c
97+
//! for allocation/deallocation. When constructed it creates an underlying \c
9898
//! cudaMemPool_t with the allocation type set to \c
9999
//! cudaMemAllocationTypeManaged and owns it.
100100
//!

0 commit comments

Comments
 (0)