summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/sys/fs.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/fs/sys/fs.go')
-rw-r--r--pkg/sentry/fs/sys/fs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/sys/fs.go b/pkg/sentry/fs/sys/fs.go
index b31c46bf9..e60b63e75 100644
--- a/pkg/sentry/fs/sys/fs.go
+++ b/pkg/sentry/fs/sys/fs.go
@@ -30,7 +30,7 @@ func init() {
fs.RegisterFilesystem(&filesystem{})
}
-// FilesystemName is the name underwhich the filesystem is registered.
+// FilesystemName is the name under which the filesystem is registered.
// Name matches fs/sysfs/mount.c:sysfs_fs_type.name.
const FilesystemName = "sysfs"