Skip to content

Commit 8ec0bce

Browse files
authored
Update chunking.rs
1 parent e6dc7a3 commit 8ec0bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ostree-ext/src/chunking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ fn get_partitions_with_threshold<'a>(
548548
/// iterate through prior[i] and make bins according to the name in nevra of pkgs to update
549549
/// required packages
550550
/// else if pkg structure to be changed || prior build not specified
551-
/// Recompute optimal packaging strcuture (Compute partitions, place packages and optimize build)
551+
/// Recompute optimal packaging structure (Compute partitions, place packages and optimize build)
552552
fn basic_packing_with_prior_build<'a>(
553553
components: &'a [ObjectSourceMetaSized],
554554
bin_size: NonZeroU32,

0 commit comments

Comments
 (0)