Skip to content

Commit

Permalink
Correct spelling of StatDataAllocator -- this time it will stick for …
Browse files Browse the repository at this point in the history
…sure...

Signed-off-by: Joshua Marantz <jmarantz@google.com>
  • Loading branch information
jmarantz committed Jul 31, 2018
1 parent 1b89d7f commit 08fe789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/common/stats/stats_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ template <class StatData> class StatDataAllocatorImpl : public StatDataAllocator

class RawStatDataAllocator : public StatDataAllocatorImpl<RawStatData> {
public:
// StatsDataAllocator
// StatDataAllocator
bool requiresBoundedStatNameSize() const override { return true; }
};

Expand Down Expand Up @@ -408,7 +408,7 @@ class HeapStatDataAllocator : public StatDataAllocatorImpl<HeapStatData> {
HeapStatData* alloc(absl::string_view name) override;
void free(HeapStatData& data) override;

// StatsDataAllocator
// StatDataAllocator
bool requiresBoundedStatNameSize() const override { return false; }

private:
Expand Down

0 comments on commit 08fe789

Please sign in to comment.