From 28853599c45d0b1ea78d79e5ff700a9c763cf60d Mon Sep 17 00:00:00 2001 From: Etienne Perot Date: Fri, 10 Sep 2021 17:51:20 -0700 Subject: Typo fix. PiperOrigin-RevId: 396042572 --- pkg/sentry/fs/proc/proc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/sentry/fs') 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 ( -- cgit v1.2.3