Skip to content

Commit

Permalink
Typo :fp:
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Jan 20, 2025
1 parent f6d7c38 commit c5179bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cu29_runtime/src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ pub trait DeviceCuPool<T: ArrayLike>: CuPool<T> {
/// A pool of host memory buffers.
pub struct CuHostMemoryPool<T> {
/// Underlying pool of host buffers.
// Beeing an Arc is a requirement of try_pull_owned() so buffers can refer back to the pool.
// Being an Arc is a requirement of try_pull_owned() so buffers can refer back to the pool.
id: PoolID,
pool: Arc<Pool<T>>,
size: usize,
Expand Down

0 comments on commit c5179bf

Please sign in to comment.