aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/fsoverlay.go
diff options
context:
space:
mode:
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.