@@ -99,7 +99,7 @@ pub struct DevicePathToText {
99
99
impl DevicePathToText {
100
100
/// Convert a device node to its text representation.
101
101
///
102
- /// Returns an [`OUT_OF_RESOURCES`] error if there is unsufficient
102
+ /// Returns an [`OUT_OF_RESOURCES`] error if there is insufficient
103
103
/// memory for the conversion.
104
104
///
105
105
/// [`OUT_OF_RESOURCES`]: Status::OUT_OF_RESOURCES
@@ -122,7 +122,7 @@ impl DevicePathToText {
122
122
123
123
/// Convert a device path to its text representation.
124
124
///
125
- /// Returns an [`OUT_OF_RESOURCES`] error if there is unsufficient
125
+ /// Returns an [`OUT_OF_RESOURCES`] error if there is insufficient
126
126
/// memory for the conversion.
127
127
///
128
128
/// [`OUT_OF_RESOURCES`]: Status::OUT_OF_RESOURCES
@@ -164,7 +164,7 @@ impl DevicePathFromText {
164
164
/// Conversion starts with the first character and continues until
165
165
/// the first non-device node character.
166
166
///
167
- /// Returns an [`OUT_OF_RESOURCES`] error if there is unsufficient
167
+ /// Returns an [`OUT_OF_RESOURCES`] error if there is insufficient
168
168
/// memory for the conversion.
169
169
///
170
170
/// [`OUT_OF_RESOURCES`]: Status::OUT_OF_RESOURCES
@@ -188,7 +188,7 @@ impl DevicePathFromText {
188
188
/// Conversion starts with the first character and continues until
189
189
/// the first non-device path character.
190
190
///
191
- /// Returns an [`OUT_OF_RESOURCES`] error if there is unsufficient
191
+ /// Returns an [`OUT_OF_RESOURCES`] error if there is insufficient
192
192
/// memory for the conversion.
193
193
///
194
194
/// [`OUT_OF_RESOURCES`]: Status::OUT_OF_RESOURCES
0 commit comments