diff --git a/storage-proofs-porep/src/stacked/vanilla/create_label/multi.rs b/storage-proofs-porep/src/stacked/vanilla/create_label/multi.rs index dc7641e3a..e3a9ca38e 100644 --- a/storage-proofs-porep/src/stacked/vanilla/create_label/multi.rs +++ b/storage-proofs-porep/src/stacked/vanilla/create_label/multi.rs @@ -239,7 +239,8 @@ fn create_layer_labels( // Next node to be filled let cur_awaiting = AtomicU64::new(1); - // These UnsafeSlices are managed through the 3 Atomics above, to minimize any locking overhead. + // These UnsafeSlices are managed through the 2 Atomics above and the `CacheReader`, to + // minimize any locking overhead. let layer_labels = UnsafeSlice::from_slice( layer_labels .as_mut_slice_of::()