aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/mount.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/mount.go')
-rw-r--r--container/mount.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/mount.go b/container/mount.go
index 30ef7008..919b6e02 100644
--- a/container/mount.go
+++ b/container/mount.go
@@ -53,7 +53,7 @@ const (
FstypeNULL = zeroString
// FstypeProc represents the proc pseudo-filesystem.
// A fully visible instance of proc must be available in the mount namespace for proc to be mounted.
- // This filesystem type is usually mounted on /proc.
+ // This filesystem type is usually mounted on [FHSProc].
FstypeProc = "proc"
// FstypeDevpts represents the devpts pseudo-filesystem.
// This type of filesystem is usually mounted on /dev/pts.