hst/fs: update doc comments

The Type method no longer exists on the interface. Update doc comments to reflect that.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-08-25 21:11:39 +09:00
parent 0dcac55a0c
commit 125f150784
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import (
func init() { gob.Register(new(FSOverlay)) }
// FilesystemOverlay is the [FilesystemConfig.Type] name of an overlay mount point.
// FilesystemOverlay is the type string of an overlay mount point.
const FilesystemOverlay = "overlay"
// FSOverlay represents an overlay mount point.