Skip to content

Commit

Permalink
Update bdlcc_sharedobjectpool.h
Browse files Browse the repository at this point in the history
  • Loading branch information
osubboo authored and GitHub Enterprise committed Dec 30, 2024
1 parent aa08a56 commit 05409a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groups/bdl/bdlcc/bdlcc_sharedobjectpool.h
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class SharedObjectPool {
/// optionally specified `objectResetter` is invoked with a pointer to
/// an object of `TYPE` when the object is returned to the pool. It
/// must reset the object into a valid state for reuse. If
/// `objectResetter` is not specified, a default RESETTER object is
/// `objectResetter` is not specified, a default `RESETTER` object is
/// used. Optionally specify a basic allocator to supply memory. If
/// `basicAllocator` is 0, the currently installed default allocator is
/// used. The behavior is undefined if `growBy` is 0.
Expand Down

0 comments on commit 05409a8

Please sign in to comment.