aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Zheng <zhengdaniel@google.com>2024-02-21 13:35:56 -0800
committerDaniel Zheng <zhengdaniel@google.com>2024-03-28 15:42:50 -0700
commitb66e62c7ddfa54a5452cb9f1a6bda17eaa182d8e (patch)
treec1f2b7550311ab4784e18469a4581c1e1196e700
parent2c8189d3c24533b890d96eedcdf1ddcae00e6e4a (diff)
downloadupdate_engine-b66e62c7ddfa54a5452cb9f1a6bda17eaa182d8e.tar.gz
update_engine: typo
Fix typo Test: th Change-Id: I8db583dc27a7206d2ef8dc3365bd085e7f27fc26
-rw-r--r--payload_consumer/block_extent_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/payload_consumer/block_extent_writer.h b/payload_consumer/block_extent_writer.h
index eeae36d4..516c24b1 100644
--- a/payload_consumer/block_extent_writer.h
+++ b/payload_consumer/block_extent_writer.h
@@ -49,7 +49,7 @@ class BlockExtentWriter : public chromeos_update_engine::ExtentWriter {
bool NextExtent();
[[nodiscard]] size_t ConsumeWithBuffer(const uint8_t* const bytes,
const size_t count);
- // It's a non-owning pointer, because PartitionWriter owns the CowWruter. This
+ // It's a non-owning pointer, because PartitionWriter owns the CowWriter. This
// allows us to use a single instance of CowWriter for all operations applied
// to the same partition.
google::protobuf::RepeatedPtrField<Extent> extents_;