From 3817f73fe708a0a9a742a0db5c490356a15a3f56 Mon Sep 17 00:00:00 2001 From: Bartek Nowierski Date: Tue, 9 Mar 2021 04:31:26 +0000 Subject: [PATCH] [PA] Update comment for AllocNewSlotSpan Missed in crrev.com/c/2741038 Change-Id: I6ff3e40ea100733dafc6c0ff203fe208cb10a228 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2744796 Commit-Queue: Bartek Nowierski Commit-Queue: Kentaro Hara Auto-Submit: Bartek Nowierski Reviewed-by: Kentaro Hara Cr-Commit-Position: refs/heads/master@{#861022} --- base/allocator/partition_allocator/partition_bucket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/allocator/partition_allocator/partition_bucket.h b/base/allocator/partition_allocator/partition_bucket.h index 29e7b460101bb4..13cd393c3f4175 100644 --- a/base/allocator/partition_allocator/partition_bucket.h +++ b/base/allocator/partition_allocator/partition_bucket.h @@ -145,7 +145,7 @@ struct PartitionBucket { uint8_t get_system_pages_per_slot_span(); // Allocates a new slot span with size |num_partition_pages| from the - // current extent. Metadata within this slot span will be uninitialized. + // current extent. Metadata within this slot span will be initialized. // Returns nullptr on error. ALWAYS_INLINE SlotSpanMetadata* AllocNewSlotSpan( PartitionRoot* root,