@@ -254,7 +254,7 @@ type TopologyRequirement struct {
254254 // {"region": "R1", "zone": "Z3"}
255255 // preferred =
256256 // {"region": "R1", "zone": "Z3"}
257- // then the the SP SHOULD first attempt to make the provisioned volume
257+ // then the SP SHOULD first attempt to make the provisioned volume
258258 // available from "zone" "Z3" in the "region" "R1" and fall back to
259259 // "zone" "Z2" in the "region" "R1" if that is not possible.
260260 //
@@ -268,7 +268,7 @@ type TopologyRequirement struct {
268268 // preferred =
269269 // {"region": "R1", "zone": "Z4"},
270270 // {"region": "R1", "zone": "Z2"}
271- // then the the SP SHOULD first attempt to make the provisioned volume
271+ // then the SP SHOULD first attempt to make the provisioned volume
272272 // accessible from "zone" "Z4" in the "region" "R1" and fall back to
273273 // "zone" "Z2" in the "region" "R1" if that is not possible. If that
274274 // is not possible, the SP may choose between either the "zone"
@@ -287,7 +287,7 @@ type TopologyRequirement struct {
287287 // preferred =
288288 // {"region": "R1", "zone": "Z5"},
289289 // {"region": "R1", "zone": "Z3"}
290- // then the the SP SHOULD first attempt to make the provisioned volume
290+ // then the SP SHOULD first attempt to make the provisioned volume
291291 // accessible from the combination of the two "zones" "Z5" and "Z3" in
292292 // the "region" "R1". If that's not possible, it should fall back to
293293 // a combination of "Z5" and other possibilities from the list of
0 commit comments