diff --git a/src/diskio/mod.rs b/src/diskio/mod.rs index f2400ed118..246ead1296 100644 --- a/src/diskio/mod.rs +++ b/src/diskio/mod.rs @@ -80,7 +80,7 @@ pub(crate) enum FileBuffer { } impl FileBuffer { - /// All the buffers space to be re-used when the last reference to it is dropped. + /// All the buffer space to be reused when the last reference to it is dropped. pub(crate) fn clear(&mut self) { if let FileBuffer::Threaded(contents) = self { contents.clear()