aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/fsoverlay.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-08-25 21:11:39 +0900
committerOphestra <cat@gensokyo.uk>2025-08-25 21:11:39 +0900
commit125f150784f78db8c3323167c3a638cc1bad086e (patch)
tree58d2c22a867aa6c13746b3f41b58810a6d0f3dd4 /hst/fsoverlay.go
parent0dcac55a0c3fcbb2d48028a4474ccecb37bb22fc (diff)
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>
Diffstat (limited to 'hst/fsoverlay.go')
-rw-r--r--hst/fsoverlay.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/fsoverlay.go b/hst/fsoverlay.go
index 9b8e97f9..f3c2f373 100644
--- a/hst/fsoverlay.go
+++ b/hst/fsoverlay.go
@@ -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.