diff options
Diffstat (limited to 'cmd/fscrypt/status.go')
| -rw-r--r-- | cmd/fscrypt/status.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fscrypt/status.go b/cmd/fscrypt/status.go index 1465a4e..f911193 100644 --- a/cmd/fscrypt/status.go +++ b/cmd/fscrypt/status.go @@ -65,7 +65,7 @@ func yesNoString(b bool) string { return "No" } -// writeGlobalStatus prints all the filesystem that use (or could use) fscrypt. +// writeGlobalStatus prints all the filesystems that use (or could use) fscrypt. func writeGlobalStatus(w io.Writer) error { mounts, err := filesystem.AllFilesystems() if err != nil { |