We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77aa55 commit 827bb37Copy full SHA for 827bb37
nexus/db-queries/src/db/datastore/sled.rs
@@ -527,7 +527,7 @@ impl DataStore {
527
};
528
529
// If any local storage disks have been allocated already, then this
530
- // constraints VMM placement and where other unallocated local storage
+ // constrains VMM placement and where other unallocated local storage
531
// must be.
532
let maybe_must_use_sleds = if !local_storage_disks.is_empty() {
533
// Any local storage disk that was allocated already will have a
0 commit comments