Skip to content

Commit

Permalink
pw_allocator: Fix typo
Browse files Browse the repository at this point in the history
Change-Id: I183c30398d46c449934020b1863cca5873473e46
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/189717
Commit-Queue: Auto-Submit <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Pigweed-Auto-Submit: Alexei Frolov <[email protected]>
Reviewed-by: Ted Pudlik <[email protected]>
  • Loading branch information
frolv authored and CQ Bot Account committed Jan 30, 2024
1 parent 6b7bdab commit abe112c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_allocator/public/pw_allocator/allocator_metric_proxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AllocatorMetricProxyImpl : public AllocatorWithMetrics<MetricsType> {
constexpr explicit AllocatorMetricProxyImpl(metric::Token token)
: allocator_(nullptr), metrics_(token) {}

/// Non-constexpr constructor that autmatically invokes `Init`.
/// Non-constexpr constructor that automatically invokes `Init`.
AllocatorMetricProxyImpl(metric::Token token, Allocator& allocator)
: AllocatorMetricProxyImpl(token) {
Init(allocator);
Expand Down

0 comments on commit abe112c

Please sign in to comment.