Skip to content

Commit 1886293

Browse files
committed
improve comment
1 parent 015f2e9 commit 1886293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nexus/src/app/background/tasks/support_bundle_collector.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ struct BundleRequest {
124124
// The set of data to be included within this bundle.
125125
data_selection: HashSet<BundleDataCategory>,
126126

127-
// The set of sets to be included within this bundle.
127+
// The set of sleds to be included within this bundle.
128128
//
129129
// NOTE: This selection is only considered if "data_selection" requests
130-
// data from specific sleds.
130+
// data from sleds.
131131
sled_selection: HashSet<SledSelection>,
132132

133133
// The set of ereports to be included within this bundle.

0 commit comments

Comments
 (0)