diff options
author | Etienne Perot <eperot@google.com> | 2021-09-10 17:51:20 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-09-10 17:53:52 -0700 |
commit | 28853599c45d0b1ea78d79e5ff700a9c763cf60d (patch) | |
tree | 92a93404abd2ea1436762801b9998e6cb51ee569 | |
parent | 7da9bb18c28bdd874e928d85363e1f99cea03b2c (diff) |
Typo fix.
PiperOrigin-RevId: 396042572
-rw-r--r-- | pkg/sentry/fs/proc/proc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/proc/proc.go b/pkg/sentry/fs/proc/proc.go index dc8211871..b9629c598 100644 --- a/pkg/sentry/fs/proc/proc.go +++ b/pkg/sentry/fs/proc/proc.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package proc implements a partial in-memory file system for profs. +// Package proc implements a partial in-memory file system for procfs. package proc import ( |