@@ -439,7 +439,7 @@ message TopologyRequirement {
439
439
// x = number of topologies provisioned volume is accessible from
440
440
// n = number of requisite topologies
441
441
// The CO MUST ensure n >= 1. The SP MUST ensure x >= 1
442
- // If x==n, than the SP MUST make the provisioned volume available to
442
+ // If x==n, then the SP MUST make the provisioned volume available to
443
443
// all topologies from the list of requisite topologies. If it is
444
444
// unable to do so, the SP MUST fail the CreateVolume call.
445
445
// For example, if a volume should be accessible from a single zone,
@@ -454,7 +454,7 @@ message TopologyRequirement {
454
454
// then the provisioned volume MUST be accessible from the "region"
455
455
// "R1" and both "zone" "Z2" and "zone" "Z3".
456
456
//
457
- // If x<n, than the SP SHALL choose x unique topologies from the list
457
+ // If x<n, then the SP SHALL choose x unique topologies from the list
458
458
// of requisite topologies. If it is unable to do so, the SP MUST fail
459
459
// the CreateVolume call.
460
460
// For example, if a volume should be accessible from a single zone,
@@ -472,7 +472,7 @@ message TopologyRequirement {
472
472
// of two unique topologies: e.g. "R1/Z2" and "R1/Z3", or "R1/Z2" and
473
473
// "R1/Z4", or "R1/Z3" and "R1/Z4".
474
474
//
475
- // If x>n, than the SP MUST make the provisioned volume available from
475
+ // If x>n, then the SP MUST make the provisioned volume available from
476
476
// all topologies from the list of requisite topologies and MAY choose
477
477
// the remaining x-n unique topologies from the list of all possible
478
478
// topologies. If it is unable to do so, the SP MUST fail the
0 commit comments