fixup residentlayer comment

This commit is contained in:
Joonas Koivunen
2023-08-29 12:16:45 +03:00
parent 579e85e92d
commit 6e47438f43

View File

@@ -1080,7 +1080,7 @@ enum LayerKind {
Image(image_layer::ImageLayerInner),
}
/// Guard value for forcing a layer be resident while it exists.
/// Guard for forcing a layer be resident while it exists.
#[derive(Clone)]
pub(crate) struct ResidentLayer {
owner: Layer,