Skip to content

Commit 156ca0c

Browse files
committed
merge
2 parents e69f392 + 0b72a95 commit 156ca0c

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
@@ -129,10 +129,10 @@ struct BundleRequest {
129129
// The set of data to be included within this bundle.
130130
data_selection: HashSet<BundleDataCategory>,
131131

132-
// The set of sets to be included within this bundle.
132+
// The set of sleds to be included within this bundle.
133133
//
134134
// NOTE: This selection is only considered if "data_selection" requests
135-
// data from specific sleds.
135+
// data from sleds.
136136
sled_selection: HashSet<SledSelection>,
137137

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

0 commit comments

Comments
 (0)