File tree Expand file tree Collapse file tree 8 files changed +25
-25
lines changed Expand file tree Collapse file tree 8 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,11 @@ class BlockDevice
139
139
/* * Get the value of storage when erased
140
140
*
141
141
* If get_erase_value returns a non-negative byte value, the underlying
142
- * storage will be set to that value when erased, and storage containing
142
+ * storage is set to that value when erased, and storage containing
143
143
* that value can be programmed without another erase.
144
144
*
145
- * @return The value of storage when erased, or -1 if the value of
146
- * erased storage can't be relied on
145
+ * @return The value of storage when erased, or -1 if you can't
146
+ * rely on the value of erased storage
147
147
*/
148
148
virtual int get_erase_value () const
149
149
{
Original file line number Diff line number Diff line change @@ -139,11 +139,11 @@ class ChainingBlockDevice : public BlockDevice
139
139
/* * Get the value of storage when erased
140
140
*
141
141
* If get_erase_value returns a non-negative byte value, the underlying
142
- * storage will be set to that value when erased, and storage containing
142
+ * storage is set to that value when erased, and storage containing
143
143
* that value can be programmed without another erase.
144
144
*
145
- * @return The value of storage when erased, or -1 if the value of
146
- * erased storage can't be relied on
145
+ * @return The value of storage when erased, or -1 if you can't
146
+ * rely on the value of erased storage
147
147
*/
148
148
virtual int get_erase_value () const ;
149
149
Original file line number Diff line number Diff line change @@ -122,11 +122,11 @@ class ExhaustibleBlockDevice : public BlockDevice
122
122
/* * Get the value of storage when erased
123
123
*
124
124
* If get_erase_value returns a non-negative byte value, the underlying
125
- * storage will be set to that value when erased, and storage containing
125
+ * storage is set to that value when erased, and storage containing
126
126
* that value can be programmed without another erase.
127
127
*
128
- * @return The value of storage when erased, or -1 if the value of
129
- * erased storage can't be relied on
128
+ * @return The value of storage when erased, or -1 if you can't
129
+ * rely on the value of erased storage
130
130
*/
131
131
virtual int get_erase_value () const ;
132
132
Original file line number Diff line number Diff line change @@ -193,11 +193,11 @@ class MBRBlockDevice : public BlockDevice
193
193
/* * Get the value of storage when erased
194
194
*
195
195
* If get_erase_value returns a non-negative byte value, the underlying
196
- * storage will be set to that value when erased, and storage containing
196
+ * storage is set to that value when erased, and storage containing
197
197
* that value can be programmed without another erase.
198
198
*
199
- * @return The value of storage when erased, or -1 if the value of
200
- * erased storage can't be relied on
199
+ * @return The value of storage when erased, or -1 if you can't
200
+ * rely on the value of erased storage
201
201
*/
202
202
virtual int get_erase_value () const ;
203
203
Original file line number Diff line number Diff line change @@ -108,11 +108,11 @@ class ObservingBlockDevice : public BlockDevice
108
108
/* * Get the value of storage when erased
109
109
*
110
110
* If get_erase_value returns a non-negative byte value, the underlying
111
- * storage will be set to that value when erased, and storage containing
111
+ * storage is set to that value when erased, and storage containing
112
112
* that value can be programmed without another erase.
113
113
*
114
- * @return The value of storage when erased, or -1 if the value of
115
- * erased storage can't be relied on
114
+ * @return The value of storage when erased, or -1 if you can't
115
+ * rely on the value of erased storage
116
116
*/
117
117
virtual int get_erase_value () const ;
118
118
Original file line number Diff line number Diff line change @@ -125,11 +125,11 @@ class ProfilingBlockDevice : public BlockDevice
125
125
/* * Get the value of storage when erased
126
126
*
127
127
* If get_erase_value returns a non-negative byte value, the underlying
128
- * storage will be set to that value when erased, and storage containing
129
- * that value can be programmed without another erase.
128
+ * storage is set to that value when erased, and you can program storage
129
+ * containing that value without another erase.
130
130
*
131
- * @return The value of storage when erased, or -1 if the value of
132
- * erased storage can't be relied on
131
+ * @return The value of storage when erased, or -1 if you can't
132
+ * rely on the value of erased storage
133
133
*/
134
134
virtual int get_erase_value () const ;
135
135
Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ class ReadOnlyBlockDevice : public BlockDevice
101
101
/* * Get the value of storage when erased
102
102
*
103
103
* If get_erase_value returns a non-negative byte value, the underlying
104
- * storage will be set to that value when erased, and storage containing
104
+ * storage is set to that value when erased, and storage containing
105
105
* that value can be programmed without another erase.
106
106
*
107
- * @return The value of storage when erased, or -1 if the value of
108
- * erased storage can't be relied on
107
+ * @return The value of storage when erased, or -1 if you can't
108
+ * rely on the value of erased storage
109
109
*/
110
110
virtual int get_erase_value () const ;
111
111
Original file line number Diff line number Diff line change @@ -131,11 +131,11 @@ class SlicingBlockDevice : public BlockDevice
131
131
/* * Get the value of storage when erased
132
132
*
133
133
* If get_erase_value returns a non-negative byte value, the underlying
134
- * storage will be set to that value when erased, and storage containing
134
+ * storage is set to that value when erased, and storage containing
135
135
* that value can be programmed without another erase.
136
136
*
137
- * @return The value of storage when erased, or -1 if the value of
138
- * erased storage can't be relied on
137
+ * @return The value of storage when erased, or -1 if you can't
138
+ * rely on the value of erased storage
139
139
*/
140
140
virtual int get_erase_value () const ;
141
141
You can’t perform that action at this time.
0 commit comments