From 54ec196de5b4b1847224bcbbbcf9ab28dc020967 Mon Sep 17 00:00:00 2001 From: Sean Klein Date: Mon, 1 Jul 2024 15:12:10 -0700 Subject: [PATCH] Review feedback --- nexus/reconfigurator/planning/src/planner.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexus/reconfigurator/planning/src/planner.rs b/nexus/reconfigurator/planning/src/planner.rs index 72163681c4..08c25c20fd 100644 --- a/nexus/reconfigurator/planning/src/planner.rs +++ b/nexus/reconfigurator/planning/src/planner.rs @@ -1332,7 +1332,7 @@ mod test { .expect("No NTP zone pool?"); // This is mostly for test stability across "example system" changes: - // Find how many other zones are using this same zone. + // Find how many other zones are using this same zpool. let zones_using_zpool = blueprint1.blueprint_zones.iter().fold( 0, |acc, (_, zones_config)| {