Comment update

This commit is contained in:
Uwe Seimet
2021-08-29 13:57:36 +02:00
parent f67c62e810
commit d0eb629343

View File

@@ -65,7 +65,7 @@ message PbDeviceProperties {
bool supports_params = 6;
// Unordered list of supported block sizes in bytes, empty if the block size is not configurable
repeated uint32 block_sizes = 7;
// Unordered list of supported capacities in bytes, empty if there is no capacity restriction
// Unordered list of supported media capacities in bytes, empty if there is no capacity restriction
repeated uint64 capacities = 8;
}