Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Unified Diff: delta_diff_generator.cc

Issue 3367010: AU: Nit I forgot to check in (TBR) (Closed) Base URL: ssh://git@chromiumos-git/update_engine.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: delta_diff_generator.cc
diff --git a/delta_diff_generator.cc b/delta_diff_generator.cc
index 4433c1f143e1f435c0447f590f3d38c9d10b9483..679f095dbe695d55d302579fe7a2beeab46c5325 100644
--- a/delta_diff_generator.cc
+++ b/delta_diff_generator.cc
@@ -453,7 +453,7 @@ bool DeltaCompressKernelPartition(
op->set_dst_length(new_part_size);
- // Theres a single dest extent
+ // There's a single dest extent
Extent* dst_extent = op->add_dst_extents();
dst_extent->set_start_block(0);
dst_extent->set_num_blocks((new_part_size + kBlockSize - 1) / kBlockSize);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698