summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-09-11 00:58:00 +0000
committergVisor bot <gvisor-bot@google.com>2021-09-11 00:58:00 +0000
commit6ee36be6a3274299de93ffca3862d6628879ab82 (patch)
tree90324f550b335beb1db300f43810838154b26a6b /pkg/sentry/fs
parentd1edc9eeab14a7dcb855ebc394d44bdfa0d192f3 (diff)
parent28853599c45d0b1ea78d79e5ff700a9c763cf60d (diff)
Merge release-20210830.0-32-g28853599c (automated)
Diffstat (limited to 'pkg/sentry/fs')
-rw-r--r--pkg/sentry/fs/proc/proc.go2
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 (