Skip to content

Commit

Permalink
Fix typos in the component documentation for bslma_memoryresource
Browse files Browse the repository at this point in the history
  • Loading branch information
hallfox authored and osubboo committed May 6, 2024
1 parent 3cd0297 commit 84d1952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions groups/bsl/bslma/bslma_memoryresource.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BSLS_IDENT("$Id: $")
// fact, the former type is an alias for the latter type when using a C++17 or
// later library supplied by the platform.
//
// A concrete class derived from 'bsl::memory_resourcd' might use pooling or
// A concrete class derived from 'bsl::memory_resource' might use pooling or
// other mechanisms that improve on 'new' and 'delete' in some way, such as
// speeding up the program or providing instrumentation for debugging or
// security. A 'memory_resource' thus provides a customizable alterantive to
Expand Down Expand Up @@ -56,7 +56,7 @@ BSLS_IDENT("$Id: $")
// The 'bsl::memory_resource' protocol provided in this component defines a
// bilateral contract between suppliers and consumers of raw memory. The
// following subsections illustrate (1) implementation of a concrete resource
// drived from the abstract 'bsl::memory_resource' base class and (2) use of a
// derived from the abstract 'bsl::memory_resource' base class and (2) use of a
// 'bsl::memory_resource'.
//
///Example 1: a counting memory resource
Expand Down

0 comments on commit 84d1952

Please sign in to comment.