Skip to content

Commit 827bb37

Browse files
committed
typo
1 parent f77aa55 commit 827bb37

File tree

1 file changed

+1
-1
lines changed
  • nexus/db-queries/src/db/datastore

1 file changed

+1
-1
lines changed

nexus/db-queries/src/db/datastore/sled.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ impl DataStore {
527527
};
528528

529529
// If any local storage disks have been allocated already, then this
530-
// constraints VMM placement and where other unallocated local storage
530+
// constrains VMM placement and where other unallocated local storage
531531
// must be.
532532
let maybe_must_use_sleds = if !local_storage_disks.is_empty() {
533533
// Any local storage disk that was allocated already will have a

0 commit comments

Comments
 (0)