Typo fix.

PiperOrigin-RevId: 348106699
This commit is contained in:
Etienne Perot 2020-12-17 15:36:57 -08:00 committed by gVisor bot
parent 433fd0e646
commit 9a72730f24
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ type Config struct {
NumNetworkChannels int `flag:"num-network-channels"`
// Rootless allows the sandbox to be started with a user that is not root.
// Defense is depth measures are weaker with rootless. Specifically, the
// Defense in depth measures are weaker in rootless mode. Specifically, the
// sandbox and Gofer process run as root inside a user namespace with root
// mapped to the caller's user.
Rootless bool `flag:"rootless"`