From 9a72730f24560ca9b5286be7e46d01ea9b04ccd9 Mon Sep 17 00:00:00 2001 From: Etienne Perot Date: Thu, 17 Dec 2020 15:36:57 -0800 Subject: Typo fix. PiperOrigin-RevId: 348106699 --- runsc/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runsc/config/config.go b/runsc/config/config.go index b02d8e2e1..e9fd7708f 100644 --- a/runsc/config/config.go +++ b/runsc/config/config.go @@ -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"` -- cgit v1.2.3